ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1CommandField Class / UpdateText Property

In This Topic
    UpdateText Property
    In This Topic
    Gets or sets the Update button caption displayed in a C1CommandField field.
    Syntax
    'Declaration
     
    Public Overridable Property UpdateText As System.String
    public virtual System.string UpdateText {get; set;}

    Property Value

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