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

TileNavPaneDropDownOptions.AppearanceItem Property

Provides access to the appearance settings of tiles when they are in the normal, hovered and selected states.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Appearance")]
public TileItemAppearances AppearanceItem { get; }

Property Value

Type Description
TileItemAppearances

The TileItemAppearances object specifying the appearance settings of tiles when they are in the normal, hovered and selected states.

Property Paths

You can access this nested property as listed below:

Object Type Path to AppearanceItem
TileNavCategory
.OptionsDropDown.AppearanceItem
TileNavElement
.OptionsDropDown.AppearanceItem
TileNavItem
.OptionsDropDown.AppearanceItem
TileNavPane
.OptionsSecondaryDropDown.AppearanceItem
TileNavSubItem
.OptionsDropDown.AppearanceItem

Remarks

Use the TileItemAppearances.Normal, TileItemAppearances.Hovered and TileItemAppearances.Selected properties to specify the appearance settings of tiles when they are in the normal, hovered and selected states, respectively.

To override these settings for particular tiles, use the TileNavElement.Tile.AppearanceItem property, which can be accessed via the TileNavElement.Tile object.

The background color of a tile in the normal state determines the default background color of the drop-down tile bar invoked on clicking this tile’s drop-down button. You can override this setting with the TileNavPaneDropDownOptions.BackColor property.

See Also