Accessor.GetPropertyDescriptor(Object, String) Method
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Parameters
Name | Type |
---|---|
obj | Object |
propName | String |
Returns
Type |
---|
PropertyDescriptor |
See Also
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.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 |
No
Your feedback is appreciated.