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

LinkStyle.Style Property

Gets the style settings for the normal state of links.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public LinkStyleComponentStyle Style { get; }

Property Value

Type Description
LinkStyleComponentStyle

A LinkStyleComponentStyle object that contains the style settings.

Remarks

Use the Style property to specify the style settings for the normal state of links.

See Also