Version

Behaviors Class Properties

For a list of all members of this type, see Behaviors members.

Public Properties
 NameDescription
Public PropertyActivationReference to the activation behavior. If the behavior is not present inside of the collection at the moment of request null is returned. To create the behavior use helper method Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1.  
Public PropertyCapacityGets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase)
Public PropertyClipboardReference to the clipboard behavior. If the behavior is not present inside of the collection at the moment of request null is returned. To create the behavior use helper method Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1.  
Public PropertyColumnFixingReference to the column fixing behavior. If the behavior is not present inside of the collection at the moment of request null is returned. To create the behavior use helper method Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1.  
Public PropertyColumnMovingReference to the columnMoving behavior. If the behavior is not present inside of the collection at the moment of request null is returned. To create the behavior use helper method Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1.  
Public PropertyColumnResizingReference to the columnResizing behavior. If the behavior is not present inside of the collection at the moment of request null is returned. To create the behavior use helper method Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1.  
Public PropertyCountGets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase)
Public PropertyEditingCoreReference to the updating behavior. If the behavior is not present inside of the collection at the moment of request null is returned. To create the behavior use helper method Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1.  
Public PropertyFilteringReference to the filtering behavior. If the behavior is not present inside of the collection at the moment of request null is returned. To create the behavior use helper method Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1.  
Public PropertyGridReference to the grid the collection belongs to.  
Public PropertyIsReadOnlyReturns true if the collection is read-only (Inherited from Infragistics.Web.UI.Framework.ObjectCollection)
Public PropertyItemIndexer of the collection. (Inherited from Infragistics.Web.UI.GridControls.GridBehaviorCollection)
Public PropertyPagingReference to the paging behavior. If the behavior is not present inside of the collection at the moment of request null is returned. To create the behavior use helper method Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1.  
Public PropertyRecordIndexOffsetTop offset record of the record collection.  
Public PropertyRowSelectorsReference to the row selectors behavior. If the behavior is not present inside of the collection at the moment of request null is returned. To create the behavior use helper method Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1.  
Public PropertySelectionReference to the selection behavior. If the behavior is not present inside of the collection at the moment of request null is returned. To create the behavior use helper method Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1.  
Public PropertySortingReference to the sorting behavior. If the behavior is not present inside of the collection at the moment of request null is returned. To create the behavior use helper method Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1.  
Public PropertySummaryRowReference to the summary row behavior. If the behavior is not present inside of the collection at the moment of request null is returned. To create the behavior use helper method Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1.  
Public PropertyVirtualScrollingReference to the virtual scrolling behavior. If the behavior is not present inside of the collection at the moment of request null is returned. To create the behavior use helper method Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1.  
Protected Properties
 NameDescription
Protected PropertyHasViewStateJournal (Inherited from Infragistics.Web.UI.Framework.ObjectCollection)
Protected PropertyInnerListGets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected PropertyListGets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected PropertyViewStateJournalThe parent owner to which this object belongs. (Inherited from Infragistics.Web.UI.Framework.ObjectCollection)
See Also