The following tables list the members exposed by GridBehaviorCollection.
Name | Description | |
---|---|---|
![]() | GridBehaviorCollection Constructor |
Name | Description | |
---|---|---|
![]() | activation | Returns reference to the activation behavior if one exists in the collection. Null if the behavior is not added or not enabled on the server. |
![]() | clipboard | Returns reference to the clipboard behavior if one exists in the collection. Null if the behavior is not added or not enabled on the server. |
![]() | columnFixing | Returns 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. |
![]() | columnMoving | Returns 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. |
![]() | columnResizing | Returns 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. |
![]() | editingCore | Returns 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. |
![]() | filtering | Returns reference to the filtering behavior if one exists in the collection. Null if the behavior is not added or not enabled on the server. |
![]() | grid | Returns the grid the collection belongs to. (Inherited from Infragistics.Web.UI.BehaviorCollectionBase) |
![]() | paging | Returns reference to the paging behavior if one exists in the collection. Null if the behavior is not added or not enabled on the server. |
![]() | rowSelectors | Returns 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. |
![]() | selection | Returns reference to the selection behavior if one exists in the collection. Null if the behavior is not added or not enabled on the server. |
![]() | sorting | Returns reference to the sorting behavior if one exists in the collection. Null if the behavior is not added or not enabled on the server. |
![]() | summaryRow | Returns 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. |
![]() | virtualScrolling | Returns 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. |
Name | Description | |
---|---|---|
![]() | add | Adds a behavior to the collection. (Inherited from Infragistics.Web.UI.BehaviorCollectionBase) |
![]() | dispose | Disposes of the behaviors object. |
![]() | getBehaviorByName | Returns a behavior object with the name specified. (Inherited from Infragistics.Web.UI.BehaviorCollectionBase) |
![]() | getBehaviorFromInterface | Returns a behavior object that implements provided interface. (Inherited from Infragistics.Web.UI.BehaviorCollectionBase) |