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

ASPxPopupControl.LinkStyle Property

Gets an object that contains style settings to be applied to links in the popup control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public LinkStyle LinkStyle { get; }

Property Value

Type Description
LinkStyle

A LinkStyle object that contains style settings of links.

Remarks

The popup control can display the following window elements as links:

The LinkStyle property provides access to style settings that define the appearance of all links within the popup control’s windows. Using the settings available via the LinkStyle property, you can specify the style for the normal, hovered and visited states of links.

See Also