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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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.