Skip to main content

ExpressionBindingDescription(Boolean) Constructor

Initializes a new instance of the ExpressionBindingDescription class with the specified settings.

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.XtraReports.v24.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public ExpressionBindingDescription(
    bool bindable
)

Parameters

Name Type Description
bindable Boolean

true, to display the corresponding property in the Expressions tab; otherwise, false. This value is assigned to the ExpressionBindingDescription.Bindable property.

See Also