Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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
TileNavElement
.OptionsDropDown .AppearanceItem
TileNavPane
.OptionsPrimaryDropDown .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