PopupControlStyles.Link Property
In This Article
Gets an object that contains style settings to be applied to links in the control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Link |
A Link |
#Remarks
The control can display the following window elements as links:
- the text of a window’s header, if the window’s ASPxPopupControlBase.HeaderNavigateUrl property is specified;
- the text of a window’s footer, if the window’s ASPxPopupControlBase.FooterNavigateUrl property is specified.
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