Skip to main content

TabbedViewPageAppearance.HeaderActive Property

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

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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