Back to Devexpress

Document.AppearanceCaption Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-document.md

latest3.3 KB
Original Source

Document.AppearanceCaption Property

Provides access to appearance settings used to paint this Document‘s caption when the document is not selected.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
AppearanceObject

An AppearanceObject object that stores appearance settings used to paint this Document‘s caption when the document is not selected.

|

Remarks

You can specify different appearance settings for document headers in active and inactive states with the Document.AppearanceActiveCaption and AppearanceCaption properties respectively. To specify global appearance settings for the entire View rather than for individual documents, use the WidgetView.AppearanceActiveDocumentCaption and WidgetView.AppearanceDocumentCaption properties instead.

StackGroup captions can also be customized. Access the StackGroup.AppearanceCaption property. The figure below illustrates a Widget View using all the properties mentioned above.

See Also

AppearanceActiveCaption

AppearanceActiveDocumentCaption

AppearanceDocumentCaption

AppearanceCaption

Widget View

Document Class

Document Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace