Wizard.DisplayCancelButton Property
.NET Framework (current version)
Gets or sets a Boolean value indicating whether to display a Cancel button.
Assembly: System.Web (in System.Web.dll)
[<ThemeableAttribute(false)>] abstract DisplayCancelButton : bool with get, set [<ThemeableAttribute(false)>] override DisplayCancelButton : bool with get, set
Property Value
Type: System.Booleantrue 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: