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

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

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Appearance")]
public AppearanceObject AppearanceHovered { get; }

#Property Value

Type Description
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