Skip to main content
A newer version of this page is available. .

XtraTabControl.ForeColor Property

Gets or sets the control’s foreground color.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Appearance")]
public override Color ForeColor { get; set; }

Property Value

Type Description
Color

A Color structure that represents the control’s foreground color.

See Also