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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public override bool IsEditable { get; }
Public Overrides ReadOnly Property IsEditable As Boolean
Get
public:
virtual property bool IsEditable {
bool get () override;
}
abstract IsEditable : bool with get
override IsEditable : bool with get
Property Value
Type:
BooleanSee Also