TabbedViewPageAppearance Class
In This Article
This object provides appearance settings for Tabbed View documents.
Namespace: DevExpress.XtraBars.Docking2010.Views
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public class TabbedViewPageAppearance :
PageAppearance
#Related API Members
The following members return TabbedViewPageAppearance objects:
#Remarks
To utilize appearance settings provided by a TabbedViewPageAppearance
object, use the TabbedView.AppearancePage and Document.Appearance properties.
#Inheritance
Object
PageAppearance
TabbedViewPageAppearance
See Also