ReflectionPropertyInfo(XPClassInfo, PropertyInfo, XPMemberInfo) Constructor
Initializes a new instance of the ReflectionPropertyInfo class.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
owner | XPClassInfo | An XPClassInfo descendant which owns a new instance of the ReflectionPropertyInfo class. This value is assigned to the XPMemberInfo.Owner property. |
propertyInfo | PropertyInfo | A PropertyInfo object which provides access to property metadata. |
valueParent | XPMemberInfo | An XPMemberInfo object which represents the value parent. |
Remarks
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
See Also