Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ExpressionBindingDescription.BindableProperties Property

Returns the collection of the property’s inner properties.

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#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