Skip to main content
All docs
V25.2
  • IRibbonColorPalette.AutomaticColor Property

    Displays the automatic color swatch on the palette and specifies the color associated with it.

    Namespace: DevExpress.Blazor.Ribbon

    Assembly: DevExpress.Blazor.v25.2.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [DefaultValue(null)]
    string AutomaticColor { get; set; }

    Property Value

    Type Default Description
    String null

    The color value.

    Remarks

    Refer to the AutomaticColor property description for more information and examples.

    See Also