Back to Devexpress

TileNavPaneDropDownOptions.BackColor Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavpanedropdownoptions-0ba61465.md

latest3.2 KB
Original Source

TileNavPaneDropDownOptions.BackColor Property

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

Declaration

csharp
public Color BackColor { get; set; }
vb
Public Property BackColor As Color

Property Value

TypeDescription
Color

The Color object specifying the back color of the drop-down tile bar.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to BackColor
TileNavElement

.OptionsDropDown .BackColor

| | TileNavPane |

.OptionsPrimaryDropDown .BackColor

|

Remarks

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:

  • If a drop-down is invoked for a TileNavElement rendered as a button, the drop-down’s default back color is specified by the TileNavElement.AppearanceSelected.BackColor property.
  • If a drop-down is invoked for a TileNavElement rendered as a tile, the drop-down’s default back color is specified by the TileNavElement.Tile.AppearanceItem.Normal.BackColor property.

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

AppearanceItem

AppearanceGroupText

AppearanceSelected

TileNavPaneDropDownOptions Class

TileNavPaneDropDownOptions Members

DevExpress.XtraBars.Navigation Namespace