Gets or sets a value indicating whether a Cancel button is displayed in a C1CommandField column.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultValueAttribute(true)]
[JsonAttribute(true, true, true)]
public bool ShowCancelButton { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
<JsonAttribute(True, True, True)> _
Public Property ShowCancelButton As Boolean
	Get
	Set

Field Value

True to display a Cancel button in a C1CommandField; otherwise, false. The default is true.

See Also