Skip to main content

WidgetView.AppearanceActiveDocumentCaption Property

Stores appearance settings used to paint the header of the currently active Document.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public AppearanceObject AppearanceActiveDocumentCaption { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject used to paint the header of the currently active Document.

Remarks

To specify appearance settings for inactive Documents, use the WidgetView.AppearanceDocumentCaption property instead.

See Also