XtraTabControl.Appearance Property
Gets the appearance settings used to paint the XtraTabControl.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Appearance")]
public virtual AppearanceObject Appearance { get; }
#Property Value
Type | Description |
---|---|
Appearance |
A Appearance |
#Remarks
Use the Appearance property to specify the tab control’s background color and gradient mode. The control’s XtraTabControl.BackColor property is equivalent to the BackColor property accessible via the Appearance property.
To customize the appearance of all the tab pages in the XtraTabControl use the XtraTabControl.AppearancePage property. To provide custom appearance settings for individual tab pages use the XtraTabPage.Appearance property.
For more information on appearances, see the Application Appearance and Skin Colors document.