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.v24.2.dll
Declaration
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 text of a window’s header, if the window’s PopupWindow.HeaderNavigateUrl property is specified;
- the text of a window’s footer, if the window’s PopupWindow.FooterNavigateUrl property is specified.
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