C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1CommandField Class / ShowEditButton Property

In This Topic
ShowEditButton Property
In This Topic
Gets or sets a value indicating whether a Edit button is displayed in a C1CommandField column.
Syntax
'Declaration
 
Public Property ShowEditButton As System.Boolean
 

Property Value

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