BarAndDockingControllerLookAndFeel.ColorScheme Property
In This Article
Gets or sets the color scheme of a Ribbon that utilizes this BarAndDockingControllerLookAndFeel.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(RibbonControlColorScheme.Default)]
public virtual RibbonControlColorScheme ColorScheme { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Ribbon |
Default | A Ribbon |
Available values:
Name | Description |
---|---|
Yellow | The Yellow color scheme. |
Blue | The Blue color scheme. |
Green | The Green color scheme. |
Orange | The Orange color scheme. |
Purple | The Purple color scheme. |
Default | All Ribbon elements are painted with their default skin colors. |
Teal | The Teal color scheme. |
Red | The Red color scheme. |
Dark |
The Dark |
#Remarks
See RibbonControl.ColorScheme property to learn more.
See Also