Wizard.DisplayCancelButton Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.