Back to Devexpress

LinkStyle Class

aspnet-devexpress-dot-web-5e13457f.md

latest2.8 KB
Original Source

LinkStyle Class

Contains settings that define the style of links within web controls.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class LinkStyle :
    StateManager
vb
Public Class LinkStyle
    Inherits StateManager

The following members return LinkStyle objects:

Show 16 links

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxCloudControl.LinkStyle
ASPxMenuBase.LinkStyle
ASPxNavBar.LinkStyle
ASPxPopupControl.LinkStyle
ASPxRoundPanel.LinkStyle
ASPxSiteMapControlBase.LinkStyle
ASPxTabControl.LinkStyle
ASPxTitleIndex.IndexPanelItemLinkStyle
ASPxTitleIndex.LinkStyle
ASPxValidationSummary.LinkStyle
MenuStyles.Link
NavBarStyles.Link
PopupControlStyles.Link
TitleIndexStyles.IndexPanelItemLink
TreeViewStyles.Link
ASP.NET MVC ExtensionsValidationSummarySettings.LinkStyle

Remarks

The LinkStyle class contains settings that define the style of links displayed within a web control.

The properties exposed by the LinkStyle class allow you to specify the color, font and style settings for three states of links (normal, hover and visited).

An object of the LinkStyle type can be typically accessed via the LinkStyle properties of web controls.

Implements

IStateManager

Inheritance

Object StateManager LinkStyle

See Also

LinkStyle Members

DevExpress.Web Namespace