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

OverviewContainerDefaultProperties.ActualAppearancePressed Property

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

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Property Value

Type Description
AppearanceObject

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

See Also