ExpressionBindingDescription.BindableProperties Property
Returns the collection of the property’s inner properties.
Namespace: DevExpress.XtraReports.Expressions
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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