MasterDetailInfoCollection.Item[String] Property
In This Article
Provides access to an individual item in the collection by its name.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public MasterDetailInfo this[string name] { get; set; }
#Parameters
Name | Type | Description |
---|---|---|
name | String | A String value, specifying the data relation name. |
#Property Value
Type | Description |
---|---|
Master |
A Master |
See Also