Skip to main content
Tab

ASPxRoundPanel.LinkStyle Property

Gets the style settings used to paint the link in the round panel’s header.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public LinkStyle LinkStyle { get; }

Property Value

Type Description
LinkStyle

A LinkStyle object that contains style settings used to paint links.

Remarks

If the round panel’s ASPxRoundPanel.HeaderNavigateUrl property is specified, the text displayed within the panel’s header represents a link. Use the LinkStyle property to customize the link’s appearance settings.

See Also