Skip to main content

PopupControlSettingsBase.HeaderNavigateUrl Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string HeaderNavigateUrl { get; set; }

Property Value

Type Description
String

A string value which specifies the required navigation location.

Remarks

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

If no navigation location is assigned for a window’s header link, no navigation is performed when clicking the header’s text or image.

See Also