Skip to main content
A newer version of this page is available. .

TileNavPane.AppearanceSelected Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DXCategory("Appearance")]
public AppearanceObject AppearanceSelected { 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 selected state.

Remarks

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

The TileNavPane.AppearanceSelected.BackColor property value also affects the background color of the drop-down tile bar invoked by the corresponding button in the nav bar.

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