Back to Devexpress

DxColorPaletteGroup.Colors Property

blazor-devexpress-dot-blazor-dot-dxcolorpalettegroup.md

latest1.3 KB
Original Source

DxColorPaletteGroup.Colors Property

Specifies a collection of colors in the Color Palette’s group.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(null)]
[Parameter]
public IReadOnlyList<string> Colors { get; set; }

Property Value

TypeDefaultDescription
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 additional information and an example.

See Also

DxColorPaletteGroup Class

DxColorPaletteGroup Members

DevExpress.Blazor Namespace