Back to Devexpress

XtraTabControl.AppearancePage Property

windowsforms-devexpress-dot-xtratab-dot-xtratabcontrol-a148f201.md

latest1.8 KB
Original Source

XtraTabControl.AppearancePage Property

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

Namespace : DevExpress.XtraTab

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
PageAppearance

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

|

Remarks

The returned PageAppearance object provides multiple settings which affect the appearance of all the tab pages. To specify appearance settings on an individual basis for tab pages, use their XtraTabPage.Appearance property.

For more information on appearances, see the Application Appearance and Skin Colors document.

See Also

Appearance

XtraTabControl Class

XtraTabControl Members

DevExpress.XtraTab Namespace