Accessor.GetPropertyDescriptor(Object, String) Method
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v26.1.Core.dll
Declaration
Parameters
| Name | Type |
|---|---|
| obj | Object |
| propName | String |
Returns
| Type |
|---|
| PropertyDescriptor |
See Also
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v26.1.Core.dll
public static PropertyDescriptor GetPropertyDescriptor(
object obj,
string propName
)
Public Shared Function GetPropertyDescriptor(
obj As Object,
propName As String
) As PropertyDescriptor
| Name | Type |
|---|---|
| obj | Object |
| propName | String |
| Type |
|---|
| PropertyDescriptor |