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

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

    Property Value

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