XtraTabControl.BackColor Property
Gets or sets the background color of the tab control’s client region.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
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