Gets the property decriptor which editing ability needs to be defined for.

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

Syntax

C#
public PropertyDescriptor PropertyDescriptor { get; }
Visual Basic
Public ReadOnly Property PropertyDescriptor As PropertyDescriptor
	Get
Visual C++
public:
property PropertyDescriptor^ PropertyDescriptor {
	PropertyDescriptor^ get ();
}
F#
member PropertyDescriptor : PropertyDescriptor with get

Property Value

Type: PropertyDescriptor

See Also