Skip to main content
Tab

LinkStyle.Style Property

Gets the style settings for the normal state of links.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.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