IRibbonColorPalette.AutomaticColorCaption Property
Specifies the label displayed next to the automatic color swatch.
Namespace: DevExpress.Blazor.Ribbon
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(null)]
string AutomaticColorCaption { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| String | null | The label text. |
Remarks
Refer to the AutomaticColorCaption property description for more information and examples.
See Also