IRibbonColorPalette.Colors Property
Specifies colors displayed in the color palette.
Namespace: DevExpress.Blazor.Ribbon
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(null)]
IEnumerable<string> Colors { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| IEnumerable<String> | null | The color collection. |
Remarks
Refer to the Colors property description for more information and examples.
See Also