CommandField.ShowCancelButton Property
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_ShowCancelButton () /** @property */ public void set_ShowCancelButton (boolean value)
public function get ShowCancelButton () : boolean public function set ShowCancelButton (value : boolean)
Property Value
true to display a Cancel button in a CommandField; otherwise, false. The default is true.Use the ShowCancelButton property to specify whether the Cancel button is displayed in a CommandField object. A Cancel button can be displayed in a CommandField field when the corresponding record in a data-bound control is in edit or insert mode. The Cancel button allows the user to cancel the edit or insert operation and returns the record to its normal display mode.
When the ButtonType property of a CommandField field is set to ButtonType.Button or ButtonType.Link, use the CancelText property to specify the text to display for a Cancel button. Alternatively, you can display an image by first setting the ButtonType property to ButtonType.Image and then setting the CancelImageUrl property.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.