From 24c687055d25672f30d90c297181723fe22dad0f Mon Sep 17 00:00:00 2001 From: hillary-ochieng Date: Thu, 23 Oct 2025 17:42:01 +0300 Subject: [PATCH] SEO-208728-Blazor-Redirect-Chain1 --- blazor/diagram-classic/symbol-palette.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blazor/diagram-classic/symbol-palette.md b/blazor/diagram-classic/symbol-palette.md index 07915c0b39..1817ac3527 100644 --- a/blazor/diagram-classic/symbol-palette.md +++ b/blazor/diagram-classic/symbol-palette.md @@ -27,7 +27,7 @@ The `Width` and `Height` properties of the symbol palette allows to define the s ## Add palettes to SymbolPalette -A palette allows to display a group of related symbols and it textually annotates the group with its header. A [Palettes](https://help.syncfusion.com/cr/aspnetcore-blazor/Syncfusion.Blazor.Diagrams.SymbolPalettePalette.html) can be added as a collection of symbol groups. +A palette allows to display a group of related symbols and it textually annotates the group with its header. A [Palettes](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.html) can be added as a collection of symbol groups. The collection of predefined symbols can be added in palettes using the [Symbols](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagrams.SymbolPalettePalette.html#Syncfusion_Blazor_Diagrams_SymbolPalettePalette_Symbols) property. To initialize a palette, define a JSON object with the property [Id](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagrams.SymbolPalettePalette.html#Syncfusion_Blazor_Diagrams_SymbolPalettePalette_Id) that is unique ID is set to the palettes.