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

ExpressionBindingDescription.Bindable Property

Returns whether a property is displayed in the Expressions tab.

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public bool Bindable { get; }

Property Value

Type Description
Boolean

true, if the property is available in the Expressions tab; otherwise, false.

See Also