Gets or sets a value indicating whether a Delete 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(false)]
[JsonAttribute(true, true, false)]
public bool ShowDeleteButton { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
<JsonAttribute(True, True, False)> _
Public Property ShowDeleteButton As Boolean
	Get
	Set

Field Value

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

See Also