System.Web.UI.WebControls.Wizard.CancelDestinationPageUrl Property

Gets or sets the URL that the user is directed to when they click the Cancel button.

Syntax

[System.ComponentModel.DefaultValue("")]
[System.ComponentModel.Editor("System.Web.UI.Design.UrlEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.Web.UI.UrlProperty]
public virtual string CancelDestinationPageUrl { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Wizard.CancelDestinationPageUrl property specifies the step that is displayed when the user clicks the Cancel button on the System.Web.UI.WebControls.Wizard control. If the Wizard.DisplayCancelButton property is set to true and the Wizard.CancelDestinationPageUrl property is not set, the Web page is refreshed and the Wizard.OnCancelButtonClick(EventArgs) event is raised.

This property cannot be set by themes or style sheet themes. For more information, see System.Web.UI.ThemeableAttribute and ASP.NET Themes Overview.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0