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

Field Value

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

See Also