PageAppearance.Header Property
In This Article
Gets appearance settings of the tab page(s).
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public virtual AppearanceObject Header { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
Read the following topics for additional information:
Note
Header.
and Header.
settings are ignored if the Tab Control is painted in a Windows
See Also