XtraTabControl.AppearancePage Property
In This Article
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 |
---|---|
Page |
A Page |
#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