Version

GridBehaviorCollection class Members

The following tables list the members exposed by GridBehaviorCollection.

Public Constructors
Public Properties
 NameDescription
Public PropertyactivationReturns reference to the activation behavior if one exists in the collection. Null if the behavior is not added or not enabled on the server.  
Public PropertyclipboardReturns reference to the clipboard behavior if one exists in the collection. Null if the behavior is not added or not enabled on the server.  
Public PropertycolumnFixingReturns reference to the column fixing behavior if one exists in the collection. Null if the behavior is not added or not enabled on the server.  
Public PropertycolumnMovingReturns reference to the column moving behavior if one exists in the collection. Null if the behavior is not added or not enabled on the server.  
Public PropertycolumnResizingReturns reference to the column resizing behavior if one exists in the collection. Null if the behavior is not added or not enabled on the server.  
Public PropertyeditingCoreReturns reference to the editing core behavior if one exists in the collection. Null if the behavior is not added or not enabled on the server.  
Public PropertyfilteringReturns reference to the filtering 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 PropertypagingReturns reference to the paging behavior if one exists in the collection. Null if the behavior is not added or not enabled on the server.  
Public PropertyrowSelectorsReturns reference to the row selectors behavior if one exists in the collection. Null if the behavior is not added or not enabled on the server.  
Public PropertyselectionReturns reference to the selection behavior if one exists in the collection. Null if the behavior is not added or not enabled on the server.  
Public PropertysortingReturns reference to the sorting behavior if one exists in the collection. Null if the behavior is not added or not enabled on the server.  
Public PropertysummaryRowReturns reference to the summary row behavior if one exists in the collection. Null if the behavior is not added or not enabled on the server.  
Public PropertyvirtualScrollingReturns reference to the virtual scrolling 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 MethoddisposeDisposes of the behaviors object.  
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