Back to Devexpress

XtraTabControl.ForeColor Property

windowsforms-devexpress-dot-xtratab-dot-xtratabcontrol-28cb1b8a.md

latest1.2 KB
Original Source

XtraTabControl.ForeColor Property

Gets or sets the control’s foreground color.

Namespace : DevExpress.XtraTab

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Color

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

|

See Also

Appearance

XtraTabControl Class

XtraTabControl Members

DevExpress.XtraTab Namespace