Document.AppearanceCaption Property
Provides access to the appearance settings applied to this Document‘s caption while this document remains inactive.
Namespace: DevExpress.XtraBars.Docking2010.Views.NativeMdi
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
AppearanceObject | An AppearanceObject object that stores appearance settings applied to this Document‘s caption while this document remains inactive. |
Remarks
Appearance settings, stored in the AppearanceCaption object, are applied to this Document‘s caption in its inactive (not selected) state. If the document is active, its caption is painted using the Document.AppearanceActiveCaption property.
The AppearanceCaption property overrides global appearance settings specified by the NativeMdiView.AppearanceDocumentCaption property.