WidgetView.AppearanceActiveDocumentCaption Property
In This Article
Stores appearance settings used to paint the header of the currently active Document.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public AppearanceObject AppearanceActiveDocumentCaption { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
To specify appearance settings for inactive Documents, use the WidgetView.AppearanceDocumentCaption property instead.
See Also