Skip to main content
All docs
V26.1
  • IRibbonColorGroup.Colors Property

    Specifies a collection of colors contained in the color group.

    Namespace: DevExpress.Blazor.Ribbon

    Assembly: DevExpress.Blazor.v26.1.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 additional information and examples.

    See Also