C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / MasterDetailRelationCollection Class
Properties Methods

MasterDetailRelationCollection Class Members

The following tables list the members exposed by MasterDetailRelationCollection.

Public Constructors
 NameDescription
Public ConstructorConstructor. Initializes a new instance of the MasterDetailRelationCollection class.  
Top
Public Properties
 NameDescription
Public Property (Inherited from System.Web.UI.StateManagedCollection)
Public PropertyGets a MasterDetailRelation derived column object from the collection at the specified index. In C#, this property is the indexer for the MasterDetailRelationCollection class.  
Top
Public Methods
 NameDescription
Public MethodAdds the specified MasterDetailRelation object to the end of the collection.  
Public Method (Inherited from System.Web.UI.StateManagedCollection)
Public MethodDetermines whether the collection contains a specific MasterDetailRelation object.  
Public Method (Inherited from System.Web.UI.StateManagedCollection)
Public MethodDetermines the index of the specified MasterDetailRelation object in the collection.  
Public MethodInserts the specified MasterDetailRelation object into the collection at the specified index.  
Public MethodRemoves the specified MasterDetailRelation object from the collection.  
Public MethodRemoves the MasterDetailRelation object at the specified index from the collection.  
Public Method (Inherited from System.Web.UI.StateManagedCollection)
Top
See Also