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.v24.2.Core.dll
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