Wizard.DisplayCancelButton Property

Definition

Gets or sets a Boolean value indicating whether to display a Cancel button.

public:
 virtual property bool DisplayCancelButton { bool get(); void set(bool value); };
[System.Web.UI.Themeable(false)]
public virtual bool DisplayCancelButton { get; set; }
[<System.Web.UI.Themeable(false)>]
member this.DisplayCancelButton : bool with get, set
Public Overridable Property DisplayCancelButton As Boolean

Property Value

true to display Cancel on the Wizard; otherwise, false. The default is false.

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

Attributes

Applies to

See also