Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Win.Navigation

#Declaration

public AppearanceObject AppearanceCaption { get; }

#Property Value

Type Description
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.

WidgetView - Caption Appearances

See Also