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.AppearanceSelected Property

Provides access to the default appearance settings used to paint pressed buttons (NavElements), when they reside within the nav bar. The specified background colors are also applied to the pressed element’s primary dropdown tile bar (if present).

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

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

#Property Value

Type Description
AppearanceObject

The default appearance settings applied to all pressed buttons in the nav bar.

#Remarks

The appearance settings specified by the AppearanceSelected property are applied to:

  • An item displayed in the nav bar, when the item is pressed.
  • The background of this item’s primary dropdown tile bar.

In the image below, the background of the pressed item and its primary dropdown tile bar are painted in the light cyan color.

image

You can specify the AppearanceSelected setting for individual items. See NavElement.AppearanceSelected for more information.

See Also