For a list of all members of this type, see DataMenuItemCollection members.
| Name | Description | |
|---|---|---|
![]() | Add | Overloaded. Adds a DataMenuItem to the items collection |
![]() | AddRange | Adds multiple DataItems into the collection ot the end of collection. |
![]() | Clear | Overloaded. Clears the ObjectCollection of its contents and removes any associated Controls from the control tree. (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) |
![]() | Contains | Overloaded. Checks is requested DataMenuItem exists in the collection |
![]() | FindDataMenuItemByKey | Searches the collection for DataMenuItem, which's Key property is equal to the provided string. Returns DataMenuItem instance if found, null otherwise. |
![]() | FindDataMenuItemByText | Searches the collection for DataMenuItem, which's Text property is equal to the provided string. Returns DataMenuItem instance if found, null otherwise. |
![]() | FindDataMenuItemByValue | Searches the collection for DataMenuItem, which's Value property is equal to the provided string. Returns DataMenuItem instance if found, null otherwise. |
![]() | FindNavItemByKey | Overloaded. Locates an item based on its Key property value (Inherited from Infragistics.Web.UI.NavigationControls.NavItemCollection) |
![]() | FindNavItemByText | Overloaded. Locates an item based on its Text property value (Inherited from Infragistics.Web.UI.NavigationControls.NavItemCollection) |
![]() | FindNavItemByValue | Overloaded. Locates an item based on its Value property value (Inherited from Infragistics.Web.UI.NavigationControls.NavItemCollection) |
![]() | GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | IndexOf | Overloaded. Returns the DataMenuItem's index within the collection |
![]() | Insert | Inserts DataMenuItem instance at specified index in the collection. |
![]() | Move | Moves specified DataMenuItem within the collection. |
![]() | Remove | Overloaded. Removes specified DataMenuItem from the collection |
![]() | RemoveAt | Removes the HierarchicalUIObject within the collection that corresponds to the supplied index. (Inherited from Infragistics.Web.UI.Framework.HierarchicalObjectCollection) |
![]() | 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.Framework.ObjectCollection) |
![]() | LoadViewState | (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) |
![]() | LoadViewStateItems | (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) |
![]() | OnClear | Clears associated Templates when the collection is cleared. (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) |
![]() | 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 | This method is used primarily by control developers and derivations of existing controls. Called by the framework when an object has been inserted, or added, to the collection. This method ensures that the inserted object has the appropriate owner assigned to it. (Inherited from Infragistics.Web.UI.Framework.HierarchicalObjectCollection) |
![]() | 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) |