Skip to main content
A newer version of this page is available. .

BackColorMode Enum

Contains values that specify how the TileBarItem.DropDownControl‘s background is painted.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public enum BackColorMode

Members

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.

Related API Members

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