Skip to main content

TileNavPane.ForeColor Property

Gets or sets the foreground color of the TileNavPane control. This member is not supported by the TileNavPane class.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override Color ForeColor { get; set; }

Property Value

Type Description
Color

The Color structure specifying the foreground color.

Remarks

This member is not supported by the TileNavPane class.

See Also