C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / MasterDetailRelationCollection Class / Item Property
The index of the MasterDetailRelation derived object in the collection to retrieve.

In This Topic
Item Property (MasterDetailRelationCollection)
In This Topic
Gets a MasterDetailRelation derived column object from the collection at the specified index. In C#, this property is the indexer for the MasterDetailRelationCollection class.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As MasterDetailRelation
 

Parameters

index
The index of the MasterDetailRelation derived object in the collection to retrieve.
See Also