Gets a value indicating whether this Cell is editable.

Namespace: Dapfor.Wpf.Controls
Assembly: 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: Boolean
true if editable; otherwise, false.

Thread Safety

The property is not thread safe.

See Also