Skip to main content

ExpressionBindingDescription.Bindable Property

Returns whether a property is displayed in the Expressions tab.

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.XtraReports.v24.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public bool Bindable { get; }

Property Value

Type Description
Boolean

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

See Also