Skip to main content

PopupControlSettingsBase.FooterNavigateUrl Property

Gets or sets a URL to 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) footer.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string FooterNavigateUrl { 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 FooterNavigateUrl property, a popup window’s (or a dock panel’s) footer text and footer image serve as a link (the footer 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 footer link, no navigation is performed when the footer’s text or image is clicked.

See Also