DxColorPaletteGroup.Colors Property
Specifies a collection of colors in the Color Palette’s group.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(null)]
[Parameter]
public IReadOnlyList<string> Colors { get; set; }
Property Value
Type | Default | Description |
---|---|---|
IReadOnlyList<String> | null | The color collection. |
Remarks
Use the Colors
property to specify a palette preset or add custom colors to the palette.
Refer to the DxColorPaletteGroup class description for more information and an example.
See Also