Skip to main content
Tab

LinkStyle.Color Property

Gets or sets the color of links.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Color), "")]
public Color Color { get; set; }

Property Value

Type Default Description
Color String.Empty

A Color value that specifies the link color.

Remarks

Use the Color property to specify the color for the normal state of links.

See Also