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

OverviewContainerDefaultProperties.ActualAppearanceHovered Property

Returns appearance settings currently applied to hovered tiles within an Overview screen of this content container.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public AppearanceObject ActualAppearanceHovered { get; }

Property Value

Type Description
AppearanceObject

A AppearanceObject object that stores appearance settings currently applied to hovered tiles within an Overview screen of this content container.

See Also