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

In This Topic
    ShowCancelButton Property
    In This Topic
    Gets or sets a value indicating whether a Cancel button is displayed in a C1CommandField column.
    Syntax
    'Declaration
     
    Public Property ShowCancelButton As System.Boolean
    public System.bool ShowCancelButton {get; set;}

    Property Value

    True to display a Cancel button in a C1CommandField; otherwise, false. The default is true.
    See Also