Skip to main content

ASPxClientPopupWindow.SetHeaderNavigateUrl(value) Method

Returns the URL where the web browser will navigate when the text or image is clicked within the popup window’s header.

Declaration

SetHeaderNavigateUrl(
    value: string
): void

Parameters

Name Type Description
value string

A string value which specifies the required navigation location.

Remarks

Note that if a header navigate url is not initialized on the server side (the window’s PopupWindow.HeaderNavigateUrl and control’s ASPxPopupControlBase.HeaderNavigateUrl properties are not specified), the corresponding DOM element is not created. In this case the SetHeaderNavigateUrl property is not in effect.

See Also