Gets or sets the Update button caption displayed in a C1CommandField field.
Namespace:
C1.Web.UI.Controls.C1GridViewAssembly: 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 |