Skip to main content

ASPxClientPopupControlBase.SetFooterNavigateUrl(value) Method

Specifies the URL where the web browser will navigate when the text or image is clicked within a window’s footer.

Declaration

SetFooterNavigateUrl(
    value: string
): void

Parameters

Name Type Description
value string

A string value which specifies the required navigation location.

Remarks

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

See Also