Click or drag to resize
GridTemplateColumnIsEditable Property
Gets a Boolean value, indicating whether the column is editable. If a template column is editable, it will render the contents of the EditItemTemplate in the edit form. If there are no contents in the EditItemTemplate, the column will not be editable.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public override bool IsEditable { get; }

Property Value

Type: Boolean
See Also