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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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