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

PopupControlStyles.Link Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

Property Value

Type Description
LinkStyle

A LinkStyle object that contains style settings of links.

Remarks

The control can display the following window elements as links:

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

See Also