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.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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 |
|
TileNavPane |
|
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.