Back to Devexpress

BackColorMode Enum

windowsforms-devexpress-dot-xtrabars-dot-navigation-ee6728f5.md

latest2.3 KB
Original Source

BackColorMode Enum

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

Declaration

csharp
public enum BackColorMode
vb
Public Enum BackColorMode

Members

NameDescription
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:

Remarks

Use the TileBarDropDownOptions.BackColorMode property to specify how the TileBarItem.DropDownControl‘s background is painted.

See Also

BackColorMode

DevExpress.XtraBars.Navigation Namespace