Back to Devexpress

TileNavPane.AppearanceHovered Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavpane-ce34e095.md

latest3.0 KB
Original Source

TileNavPane.AppearanceHovered Property

Provides access to the appearance settings common to all buttons in the nav bar when they are in the hovered state.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
AppearanceObject

The AppearanceObject object that contains the appearance settings common to all buttons in the nav bar when they are in the hovered state.

|

Remarks

The AppearanceHovered property affects the appearance settings common to all buttons in the nav bar when they are in the hovered state. To override the appearance settings for a particular button, use the NavElement.AppearanceHovered property.

To specify the appearance settings applied to tiles in drop-down tile bars, use the TileNavPaneDropDownOptions.AppearanceItem property, accessible via the TileNavPane.OptionsPrimaryDropDown, TileNavPane.OptionsSecondaryDropDown and TileNavElement.OptionsDropDown properties.

See Also

TileNavPane.Appearance

TileNavPane.AppearanceSelected

NavElement.Appearance

AppearanceHovered

NavElement.AppearanceSelected

TileNavPaneDropDownOptions.AppearanceItem

TileItem.AppearanceItem

TileNavPane Class

TileNavPane Members

DevExpress.XtraBars.Navigation Namespace