Skip to main content
All docs
V23.1

Accessor.GetPropertyDescriptor(Object, String) Method

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.1.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

public static PropertyDescriptor GetPropertyDescriptor(
    object obj,
    string propName
)

Parameters

Name Type
obj Object
propName String

Returns

Type
PropertyDescriptor
See Also