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.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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