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

TabbedViewPageAppearance.HeaderActive Property

Provides access to appearance settings applied to headers of active documents.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public override AppearanceObject HeaderActive { get; }

Property Value

Type Description
AppearanceObject

A AppearanceObject object that stores appearance settings applied to headers of disabled documents.

See Also