Gets or sets the Cancel 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("Cancel")]
[JsonAttribute(true, true, "Cancel")]
public virtual string CancelText { get; set; }
Visual Basic
<DefaultValueAttribute("Cancel")> _
<JsonAttribute(True, True, "Cancel")> _
Public Overridable Property CancelText As String
	Get
	Set

Field Value

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

See Also