Back to Devexpress

XtraTabControl.BackColor Property

windowsforms-devexpress-dot-xtratab-dot-xtratabcontrol-6c78dbfd.md

latest1.7 KB
Original Source

XtraTabControl.BackColor Property

Gets or sets the background color of the tab control’s client region.

Namespace : DevExpress.XtraTab

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public override Color BackColor { get; set; }
vb
<DXCategory("Appearance")>
Public Overrides Property BackColor As Color

Property Value

TypeDescription
Color

A Color structure which specifies the background color of the tab control’s client region.

|

Remarks

The BackColor property is not in effect when the control is painted using the Office2003 painting scheme.

The BackColor property is synchronized with the AppearanceObject.BackColor property of the XtraTabControl.Appearance object.

See Also

Appearance

AppearancePage

XtraTabControl Class

XtraTabControl Members

DevExpress.XtraTab Namespace