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.v26.1.dll
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