IRibbonColorPalette.IconTemplate Property
Specifies the template used to display an icon of the color palette item.
Namespace: DevExpress.Blazor.Ribbon
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(null)]
RenderFragment<string> IconTemplate { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| RenderFragment<String> | null | The icon template. |
Remarks
Refer to the IconTemplate property description for more information and examples.
See Also