windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavpanedropdownoptions-0ba61465.md
Gets or sets the back color of the drop-down tile bar.
Namespace : DevExpress.XtraBars.Navigation
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public Color BackColor { get; set; }
Public Property BackColor As Color
| Type | Description |
|---|---|
| Color |
The Color object specifying the back color of the drop-down tile bar.
|
You can access this nested property as listed below:
| Object Type | Path to BackColor |
|---|---|
| TileNavElement |
.OptionsDropDown .BackColor
| | TileNavPane |
.OptionsPrimaryDropDown .BackColor
|
Use the BackColor property to specify a drop-down tile bar’s back color. If this property is set to Color.Empty , the drop-down is filled with the default back color, which matches the parent element’s back color:
The appearance settings of tiles and group names in drop-down tile bars can be customized with the TileNavPaneDropDownOptions.AppearanceItem and TileNavPaneDropDownOptions.AppearanceGroupText properties, respectively.
See Also
TileNavPaneDropDownOptions Class