Back to Devexpress

WidgetView.AppearanceActiveDocumentCaption Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-widgetview-b433aa0c.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public AppearanceObject AppearanceActiveDocumentCaption { get; }
vb
Public ReadOnly Property AppearanceActiveDocumentCaption As AppearanceObject

Property Value

TypeDescription
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

AppearanceDocumentCaption

WidgetView Class

WidgetView Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace