BarAndDockingControllerLookAndFeel.ColorScheme Property
Gets or sets the color scheme of a Ribbon that utilizes this BarAndDockingControllerLookAndFeel.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(RibbonControlColorScheme.Default)]
public virtual RibbonControlColorScheme ColorScheme { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| RibbonControlColorScheme | Default | A RibbonControlColorScheme enumerator value that specifies the color scheme of a Ribbon that utilizes this BarAndDockingControllerLookAndFeel. |
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. |
| DarkBlue | The DarkBlue color scheme. |
Remarks
See RibbonControl.ColorScheme property to learn more.
See Also