Skip to main content

MVCxNavBarGroupCollection Members

Represents a collection of groups within the NavBar.

Constructors

Name Description
MVCxNavBarGroupCollection() Initializes a new instance of the MVCxNavBarGroupCollection class with default settings.

Properties

Name Description
Count Gets the number of items contained within the collection. Inherited from StateManagedCollectionBase.
IsEmpty Gets a value indicating whether the collection is empty. Inherited from StateManagedCollectionBase.
Item[Int32] Provides indexed access to individual groups within the MVCxNavBarGroupCollection.
Owner Gets the collection’s owner. Inherited from Collection.

Methods

Name Description
Add() Adds a new group to the end of the collection and returns the newly created object.
Add(T) Adds the specified element to the end of the collection. Inherited from Collection<T>.
Add(T[]) Adds the specified elements to the end of the collection. Inherited from Collection<T>.
Add(MVCxNavBarGroup) Adds the specified group to the collection.
Add(Action<MVCxNavBarGroup>) Adds a new group to the collection and allows you to customize this group in a delegate method implementation.
Add(String, String, String, String, String) Adds a new group to the collection and specifies the group’s display text, name, associated image and URL as well as the target of the URL content.
Add(String, String, String, String) Adds a new group to the collection and specifies the group’s display text, name, associated image and URL.
Add(String, String, String) Adds a new group to the collection and specifies the group’s display text, name and associated image.
Add(String, String) Adds a new group to the collection and specifies the group’s display text and name.
Add(String) Adds a new group to the collection and specifies the group’s display text.
AddRange(IEnumerable<T>) Adds a collection of items to the end of the collection. Inherited from Collection<T>.
Assign(IAssignableCollection) Copies the items from the specified IAssignableCollection-supported object to the current object. Inherited from Collection.
Clear() Clears the collection by removing all its items. Inherited from StateManagedCollectionBase.
CollapseAll() Collapses all groups that belong to the collection. Inherited from NavBarGroupCollection.
CollapseAll(NavBarGroup) Collapses all groups but the specified one. Inherited from NavBarGroupCollection.
Contains(T) Determines whether the collection contains the specified item. Inherited from Collection<T>.
ConvertAll<TOutput>(Converter<T, TOutput>) For internal use only. Inherited from Collection<T>.
CopyTo(T[], Int32) Copies the items from the collection to the specified array, starting at the specified index in the array object. Inherited from Collection<T>.
CopyTo(Array, Int32) Copies the items from the collection to the specified array, starting at the specified index in the array object. Inherited from StateManagedCollectionBase.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
ExpandAll() Expands all groups which belong to the current collection. Inherited from NavBarGroupCollection.
Find(Predicate<T>) Returns the first element that matches the conditions defined by the specified predicate. Inherited from Collection<T>.
FindAll(Predicate<T>) Returns all elements that match the conditions defined by the specified predicate. Inherited from Collection<T>.
FindByName(String) Returns a group object with the specified NavBarGroup.Name property value.
FindByText(String) Returns a group object with the specified NavBarGroup.Text property value.
ForEach(Action<T>) Performs the specified action on each element of the current collection. Inherited from Collection<T>.
GetEnumerator() Returns a reference to an enumerator object, which is used to iterate through the collection. Inherited from StateManagedCollectionBase.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
GetVisibleGroup(Int32) Obsolete. Gets a group by its visible index. Inherited from NavBarGroupCollection.
GetVisibleGroupCount() Obsolete. Returns the number of visible groups in the navbar. Inherited from NavBarGroupCollection.
GetVisibleItem(Int32) Gets a group by its visible index.
GetVisibleItemCount() Returns the number of visible items in an item collection. Inherited from Collection<T>.
GetVisibleItems() Obtains collection items whose visibility is enabled. Inherited from Collection<T>.
IndexOf(T) Searches for the specified item and returns the zero-based index of its first occurrence within the collection. Inherited from Collection<T>.
IndexOf(MVCxNavBarGroup) Searches for the specified group object and returns the zero-based index of the first occurrence within the group collection.
IndexOf(Predicate<T>) Returns the zero-based index of the first element that matches the conditions defined by the specified predicate. Inherited from Collection<T>.
IndexOfName(String) Searches for a group object specified by the value of its NavBarGroup.Name property and returns the zero-based index of the first occurrence within the group collection. Inherited from NavBarGroupCollection.
IndexOfText(String) Searches for a group object specified by the value of its NavBarGroup.Text property and returns the zero-based index of the first occurrence within the group collection. Inherited from NavBarGroupCollection.
Insert(Int32, T) Inserts the specified element into the collection at the specified position. Inherited from Collection<T>.
Insert(Int32, MVCxNavBarGroup) Inserts the specified group object into the collection at the specified index.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Move(Int32, Int32) Moves a specific collection item to another position within the list. Inherited from Collection.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Remove(T) Removes the specified element from the collection. Inherited from Collection<T>.
Remove(MVCxNavBarGroup) Removes a group object from the group collection.
RemoveAll(Predicate<T>) Removes all items that match the conditions defined by the specified predicate from the collection. Inherited from Collection<T>.
RemoveAt(Int32) Removes the collection item at the specified index location from the current collection. Inherited from Collection.
SetDirty() For internal use only. Inherited from StateManagedCollectionBase.
ToString() Returns a string that represents the current object. Inherited from Collection.
See Also