Gets or sets parent property descriptor.

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

Syntax

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

Property Value

Type: PropertyDescriptor

See Also