windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavpane-7e14c1c6.md
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.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXCategory("Appearance")]
public AppearanceObject AppearanceSelected { get; }
<DXCategory("Appearance")>
Public ReadOnly Property AppearanceSelected As AppearanceObject
| Type | Description |
|---|---|
| AppearanceObject |
The default appearance settings applied to all pressed buttons in the nav bar.
|
The appearance settings specified by the AppearanceSelected property are applied to:
In the image below, the background of the pressed item and its primary dropdown tile bar are painted in the light cyan color.
You can specify the AppearanceSelected setting for individual items. See NavElement.AppearanceSelected for more information.
See Also