Back to Devexpress

TileNavPaneDropDownOptions.AppearanceItem Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavpanedropdownoptions-2b93e782.md

latest4.3 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public TileItemAppearances AppearanceItem { get; }
vb
<DXCategory("Appearance")>
Public ReadOnly Property AppearanceItem As TileItemAppearances

Property Value

TypeDescription
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 TypePath 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

OptionsPrimaryDropDown

OptionsSecondaryDropDown

OptionsDropDown

Normal

Hovered

Selected

TileNavPane.Appearance

TileNavPane.AppearanceHovered

TileNavPane.AppearanceSelected

NavElement.Appearance

NavElement.AppearanceHovered

NavElement.AppearanceSelected

Tile

AppearanceItem

TileNavPaneDropDownOptions Class

TileNavPaneDropDownOptions Members

DevExpress.XtraBars.Navigation Namespace