Gets a value indicating whether this Cell is editable.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
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.