Gets or sets a value indicating whether editing should be allowed for the property defined with the PropertyDescriptor.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public bool Enabled { get; set; }
Visual Basic
Public Property Enabled As Boolean
	Get
	Set
Visual C++
public:
property bool Enabled {
	bool get ();
	void set (bool value);
}
F#
member Enabled : bool with get, set

Property Value

Type: Boolean

See Also