Skip to main content
A newer version of this page is available.
All docs
V19.1

ExpressionBindingDescriptor.GetPropertyDescriptions(Type) Method

Returns all available property descriptions for the specified report control.

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public static IDictionary<string, ExpressionBindingDescription> GetPropertyDescriptions(
    Type componentType
)

Parameters

Name Type Description
componentType Type

A Type object that specifies the control type for which to return available properties.

Returns

Type Description
IDictionary<String, ExpressionBindingDescription>

A dictionary listing available property names along with their ExpressionBindingDescription objects.

See Also