Gets or sets the Delete button caption displayed in a C1CommandField field.

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

Syntax

C#
[DefaultValueAttribute("Delete")]
[JsonAttribute(true, true, "Delete")]
public virtual string DeleteText { get; set; }
Visual Basic
<DefaultValueAttribute("Delete")> _
<JsonAttribute(True, True, "Delete")> _
Public Overridable Property DeleteText As String
	Get
	Set

Field Value

The caption for the Delete button in a C1CommandField field. The default value is "Delete".

See Also