Back to Devexpress

ASPxTabControl.LinkStyle Property

aspnet-devexpress-dot-web-dot-aspxtabcontrol-80a28104.md

latest1.5 KB
Original Source

ASPxTabControl.LinkStyle Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public LinkStyle LinkStyle { get; }
vb
Public ReadOnly Property LinkStyle As LinkStyle

Property Value

TypeDescription
LinkStyle

A LinkStyle object that contains the style settings of links.

|

Remarks

A tab control can display captions of its tabs as hyperlinks if their Tab.NavigateUrl property is specified.

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

See Also

Page Control and Tab Control

ASPxTabControl Class

ASPxTabControl Members

DevExpress.Web Namespace