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

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.v19.1.dll

Declaration

[Browsable(false)]
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