Skip to main content
A newer version of this page is available. .

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

Declaration

[DXCategory("Appearance")]
public virtual PageAppearance AppearancePage { get; }

Property Value

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