Back to Devexpress

XtraTabbedMdiManager.AppearancePage Property

windowsforms-devexpress-dot-xtratabbedmdi-dot-xtratabbedmdimanager-2ae3a6e0.md

latest1.7 KB
Original Source

XtraTabbedMdiManager.AppearancePage Property

Provides access to the properties that control the appearance of all the pages.

Namespace : DevExpress.XtraTabbedMdi

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public PageAppearance AppearancePage { get; }
vb
<DXCategory("Appearance")>
Public ReadOnly Property AppearancePage As PageAppearance

Property Value

TypeDescription
PageAppearance

A PageAppearance object which provides appearance settings for all the pages.

|

Remarks

To customize appearance settings for individual pages, use the XtraMdiTabPage.Appearance property.

The BackColor and BackColor2 settings are not in effect in skinning painting schemes.

See Appearance and Look and Feel to learn more.

See Also

XtraTabbedMdiManager Class

XtraTabbedMdiManager Members

DevExpress.XtraTabbedMdi Namespace