Version

EditingCoreBehaviorCollection class Members

The following tables list the members exposed by EditingCoreBehaviorCollection.

Public Constructors
Public Properties
 NameDescription
Public PropertycellEditingReturns reference to the cell editing behavior if one exists in the collection. Null if the behavior is not added or not enabled on the server.  
Public PropertygridReturns the grid the collection belongs to. (Inherited from Infragistics.Web.UI.BehaviorCollectionBase)
Public PropertyrowAddingReturns reference to the row adding behavior if one exists in the collection. Null if the behavior is not added or not enabled on the server.  
Public PropertyrowDeletingReturns reference to the row deleting behavior if one exists in the collection. Null if the behavior is not added or not enabled on the server.  
Public PropertyrowEditingReturns reference to the row editing behavior if one exists in the collection. Null if the behavior is not added or not enabled on the server.  
Public PropertyrowEditingTemplateReturns reference to the row editing template behavior if one exists in the collection. Null if the behavior is not added or not enabled on the server.  
Public Methods
 NameDescription
Public MethodaddAdds a behavior to the collection. (Inherited from Infragistics.Web.UI.BehaviorCollectionBase)
Public MethoddisposeFor internal use.  
Public MethodgetBehaviorByNameReturns a behavior object with the name specified. (Inherited from Infragistics.Web.UI.BehaviorCollectionBase)
Public MethodgetBehaviorFromInterfaceReturns a behavior object that implements provided interface. (Inherited from Infragistics.Web.UI.BehaviorCollectionBase)
See Also