Skip to main content
A newer version of this page is available. .

MasterDetailInfoCollection.Item[String] Property

Provides access to an individual item in the collection by its name.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.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
MasterDetailInfo

A MasterDetailInfo object.

See Also