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

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

NuGet Package: DevExpress.Win.Navigation

#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