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

In This Topic
    ButtonType Property
    In This Topic
    Gets or sets the type of the button in the column.
    Syntax
    'Declaration
     
    Public Overridable Property ButtonType As System.Web.UI.WebControls.ButtonType
    public virtual System.Web.UI.WebControls.ButtonType ButtonType {get; set;}

    Property Value

    One of the ButtonType values. The default value is System.Web.UI.WebControls.ButtonType.Link.
    Remarks
    This property is used to specify whether buttons in the column display as push buttons or hyperlinks.
    See Also