GridBoundColumnIsEditable Property |
Gets a boolean value, indicating whether the column is editable. A ReadOnly
column will return a false value for this property. The property is readOnly.
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