MasterDetailInfoCollection.Item[String] Property
Provides access to an individual item in the collection by its name.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A String value, specifying the data relation name. |
Property Value
| Type | Description |
|---|---|
| MasterDetailInfo | A MasterDetailInfo object. |
See Also