The following tables list the members exposed by Behaviors.
Name | Description | |
---|---|---|
Behaviors Constructor | Overloaded. |
Name | Description | |
---|---|---|
_trackingJournal | (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) |
Name | Description | |
---|---|---|
Activation | Reference 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. | |
Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase) | |
Clipboard | Reference 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. | |
ColumnFixing | Reference 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. | |
ColumnMoving | Reference 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. | |
ColumnResizing | Reference 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. | |
Count | Gets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase) | |
EditingCore | Reference 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. | |
Filtering | Reference 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. | |
Grid | Reference to the grid the collection belongs to. | |
IsReadOnly | Returns true if the collection is read-only (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
Item | Indexer of the collection. (Inherited from Infragistics.Web.UI.GridControls.GridBehaviorCollection) | |
Paging | Reference 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. | |
RecordIndexOffset | Top offset record of the record collection. | |
RowSelectors | Reference 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. | |
Selection | Reference 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. | |
Sorting | Reference 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. | |
SummaryRow | Reference 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. | |
VirtualScrolling | Reference 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. |
Name | Description | |
---|---|---|
HasViewStateJournal | (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
InnerList | Gets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
List | Gets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
ViewStateJournal | The parent owner to which this object belongs. (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) |
Name | Description | |
---|---|---|
Add | Adds a new behavior to the collection. (Inherited from Infragistics.Web.UI.GridControls.GridBehaviorCollection) | |
Clear | Overloaded. Clears the Behaviors collection (Inherited from Infragistics.Web.UI.GridControls.GridBehaviorCollection) | |
Contains | Returns true if the collection contains this item (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
CreateBehavior<TBehavior> | Looks for the behavior of provided type in the collection. If found a reference to the behavior is returned, otherwise the behavior is created and added to the collection. This method will be able to locate the already created behavior only after the grid has loaded its view state. If this method is called before the control has a chance to process its view state the creation of the behavior should only be done on initial render, not on postbacks. (Inherited from Infragistics.Web.UI.GridControls.GridBehaviorCollection) | |
GetBehavior | Overloaded. Gets a behavior by its name. (Inherited from Infragistics.Web.UI.GridControls.GridBehaviorCollection) | |
GetBehaviorByInterface<TInterface> | Gets a behavior by its interface. (Inherited from Infragistics.Web.UI.GridControls.GridBehaviorCollection) | |
GetBehaviorByType | Gets a behavior by its type. (Inherited from Infragistics.Web.UI.GridControls.GridBehaviorCollection) | |
GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
GetRoleCount | Gets total number of the application styling roles implemented by the behaviors in the collection. (Inherited from Infragistics.Web.UI.GridControls.GridBehaviorCollection) | |
IndexOf | Returns the index of the object in the collection (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
LoadSettings | Implements LoadSettings of ISupportPersistence. Behaviors are theated as a complex object, not as collection. (Inherited from Infragistics.Web.UI.GridControls.GridBehaviorCollection) | |
Remove | Removes a behavior from the collection (Inherited from Infragistics.Web.UI.GridControls.GridBehaviorCollection) | |
RemoveAt | (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
SaveSettings | Implements SaveSettings of ISupportPersistence. SkipEmptyChild should be set to false in order to persist a behavior even if the behavior has nothing to persist except itself. Nothing to persist means that all of its props are having their defalts. (Inherited from Infragistics.Web.UI.GridControls.GridBehaviorCollection) | |
SetDirty | Marks the ViewState of every object in the collection as Dirty so that it gets stored for round tripping to the client and back. (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
ToString | Override. String representstion of the object. (Inherited from Infragistics.Web.UI.GridControls.GridBehaviorCollection) |
Name | Description | |
---|---|---|
CreateViewStateJournal | (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
InternalAdd | Appends the object to the collection (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
InternalClear | Overloaded. Clears the internal collection data structure (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
InternalMove | Moves an item from one index to another within the collection (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
InternalRemove | Overloaded. Removes an item from the collection (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
LoadViewState | (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
LoadViewStateItems | (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
OnClear | (Inherited from Infragistics.Web.UI.GridControls.GridBehaviorCollection) | |
OnClearComplete | Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnInsert | Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnInsertComplete | Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnRemove | Clears associated Template when an object is removed from the collection. (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
OnRemoveComplete | Performs additional custom processes after removing an element from the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnSet | Performs additional custom processes before setting a value in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnSetComplete | Performs additional custom processes after setting a value in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnValidate | Validates that the value is not null. (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
SaveViewState | (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
SaveViewStateItems | (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
ShouldSerializeActivation | Allows the Activation behavior to be persisted. | |
ShouldSerializeClipboard | Allows the Clipboard behavior to be persisted. | |
ShouldSerializeColumnFixing | Allows the ColumnFixing behavior to be persisted. | |
ShouldSerializeColumnMoving | Allows the ColumnMoving behavior to be persisted. | |
ShouldSerializeColumnResizing | Allows the ColumnResizing behavior to be persisted. | |
ShouldSerializeEditingCore | Allows the EditingCore behavior to be persisted. | |
ShouldSerializeFiltering | Allows the Filtering behavior to be persisted. | |
ShouldSerializePaging | Allows the Paging behavior to be persisted. | |
ShouldSerializeRowSelectors | Allows the RowSelectors behavior to be persisted. | |
ShouldSerializeSelection | Allows the Selection behavior to be persisted. | |
ShouldSerializeSorting | Allows the Sorting behavior to be persisted. | |
ShouldSerializeSummaryRow | Allows the SummaryRow behavior to be persisted. | |
ShouldSerializeVirtualScrolling | Allows the VirtualScrolling behavior to be persisted. | |
ThrowMissingBehaviorException | Throws a NullReferenceException with a custom message about the behavior not being added. (Inherited from Infragistics.Web.UI.GridControls.GridBehaviorCollection) | |
ValidateOwner | (Inherited from Infragistics.Web.UI.GridControls.GridBehaviorCollection) |