Skip to main content

XtraTabControl.ForeColor Property

Gets or sets the control’s foreground color.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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