C1.Web.Wijmo.Controls.45 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
 

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