Skip to main content
A newer version of this page is available. .

ExpressionBindingDescriptor.TryGetPropertyDescription(Type, String, out ExpressionBindingDescription) Method

Tries to return the specified property’s description for the specified control.

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public static bool TryGetPropertyDescription(
    Type componentType,
    string propertyName,
    out ExpressionBindingDescription value
)

Parameters

Name Type Description
componentType Type

A Type object that specifies the control type.

propertyName String

A string that specifies the property name to find.

value ExpressionBindingDescription

An output object that specifies the property description.

Returns

Type Description
Boolean

true, if the property description has been successfully found; otherwise, false.

See Also