Skip to main content
A newer version of this page is available. .
Tab

ASPxRoundPanel.HeaderNavigateUrl Property

Gets or sets a URL where the client’s web browser will navigate when the text or image is clicked within the panel’s header.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue("")]
public string HeaderNavigateUrl { get; set; }

Property Value

Type Default Description
String String.Empty

A string value which specifies the required navigation location.

Remarks

If a specific navigation location is assigned to the HeaderNavigateUrl property, the text and image displayed within the panel’s header serve as a link (the header text is displayed underlined). A click on this link navigates the application to the specified location.

ASPxRoundPanel_Url

See Also