Gets a value indicating whether this Cell is editable.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public bool Editable { get; } |
Visual Basic |
---|
Public ReadOnly Property Editable As Boolean Get |
Visual C++ |
---|
public: property bool Editable { bool get (); } |
F# |
---|
member Editable : bool with get |
Property Value
Type: Booleantrue if editable; otherwise, false.
Thread Safety
The property is not thread safe.