Accessor.CreateProperty(Type, PropertyDescriptor, Attribute[]) Method
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
public static PropertyDescriptor CreateProperty(
Type type,
PropertyDescriptor oldPropertyDescriptor,
Attribute[] attributes
)
Parameters
| Name | Type |
|---|---|
| type | Type |
| oldPropertyDescriptor | PropertyDescriptor |
| attributes | Attribute[] |
Returns
| Type |
|---|
| PropertyDescriptor |
See Also