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

ExpressionBindingDescription.BindableProperties Property

Returns the collection of the property’s inner properties.

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public string[] BindableProperties { get; }

Property Value

Type Description
String[]

An array of strings that specify the property’s inner properties.

Remarks

The BindableProperties collection is empty, if the property does not contain inner properties.

Refer to the ExpressionBindingDescription class topic for a code sample.

See Also