XRBindingCollection.Item[String] Property
An indexer that returns the XRBinding object specified by the control’s property name.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
propName | String | A string containing the name of the specified control’s property. |
Property Value
Type | Description |
---|---|
XRBinding | An object of the XRBinding class or null. |
Remarks
This indexer returns null if the collection doesn’t contain a binding with the XRBinding.PropertyName property set to the specified control’s property.
See Also