windowsforms-devexpress-dot-xtrabars-dot-navigation-ee6728f5.md
Contains values that specify how the TileBarItem.DropDownControl‘s background is painted.
Namespace : DevExpress.XtraBars.Navigation
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public enum BackColorMode
Public Enum BackColorMode
| Name | Description |
|---|---|
Default |
The background of the TileBarItem.DropDownControl is not affected and painted as specified by the dropdown control’s Appearance property.
|
| UseTileBackColor |
The background of the TileBarItem.DropDownControl is painted using the tile’s background color. You can customize the tile’s background color using the TileBarItem.AppearanceItem.Normal.BackColor property.
|
| UseBeakColor |
The background of the TileBarItem.DropDownControl is painted using the TileBarDropDownOptions.BeakColor.
|
The following properties accept/return BackColorMode values:
Use the TileBarDropDownOptions.BackColorMode property to specify how the TileBarItem.DropDownControl‘s background is painted.
See Also