The following tables list the members exposed by GridFieldCollection.
Name | Description | |
---|---|---|
![]() | GridFieldCollection Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | _trackingJournal | (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) |
Name | Description | |
---|---|---|
![]() | Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase) |
![]() | Count | Gets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase) |
![]() | HasItemTemplates | Overridden. Returns true if a column in the collection, or under a group field, is a TemplateDataField |
![]() | IsReadOnly | Returns true if the collection is read-only (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) |
![]() | Item | Returns the column at the given index |
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 | Overloaded. Adds a column to the WebDataGrid columns collection |
![]() | Clear | Overloaded. Overridden. Clears the collection |
![]() | Contains | Returns true if the collection contains this item (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) |
![]() | FromIDPair | Returns a field based upon its IDPair (Inherited from Infragistics.Web.UI.GridControls.FieldCollection) |
![]() | FromKey | Returns a field based upon its key (Inherited from Infragistics.Web.UI.GridControls.FieldCollection) |
![]() | FromVisibleIndex | Returns a field based upon its visible index (Inherited from Infragistics.Web.UI.GridControls.FieldCollection) |
![]() | GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | GetFirstVisibleColumn | Returns the first visible column (Inherited from Infragistics.Web.UI.GridControls.FieldCollection) |
![]() | IndexOf | Returns the index of the object in the collection (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) |
![]() | Insert | Overridden. Inserts the item at the given index |
![]() | LoadSettings | Merges the columns previosly persisted into the Grids Columns collection. If there are new columns in the persistent data, new columns are created in Columns collection. |
![]() | Remove | Overridden. Removes the object from the collection |
![]() | RemoveAt | Overridden. Removes the item at the given index |
![]() | SaveSettings | Delegates to PersistenceManager.SaveCollectionProperty |
![]() | 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) |
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.GridControls.FieldCollection) |
![]() | item_GridFieldChanged | Handles the event for when a GridField of this collection changes |
![]() | LoadViewState | (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) |
![]() | LoadViewStateItems | (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) |
![]() | OnClear | Called when clearing the collection (Inherited from Infragistics.Web.UI.GridControls.FieldCollection) |
![]() | 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) |