XRCrossBandControlCollection.Item[String] Property
Provides access to individual items in the collection by their names.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A String value specifying the name of the cross-band control to get. |
Property Value
| Type | Description |
|---|---|
| XRCrossBandControl | An XRCrossBandControl object which represents the cross-band control with the specified name. |
Remarks
This property searches the collection for the cross-band control whose name matches the parameter’s value, and returns this cross-band control. If no such object is found, the indexer returns null (Nothing in Visual Basic).
See Also