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

ExpressionBindingDescription(Boolean) Constructor

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

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.XtraReports.v18.2.dll

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