Class DocumentTabItemMenuItemCollection
Represents collection of menu items which inherits from list
Inheritance
System.Object
System.Collections.Generic.List<CustomMenuItem>
DocumentTabItemMenuItemCollection
Implements
System.Collections.Generic.IList<CustomMenuItem>
System.Collections.Generic.ICollection<CustomMenuItem>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<CustomMenuItem>
System.Collections.Generic.IReadOnlyCollection<CustomMenuItem>
System.Collections.Generic.IEnumerable<CustomMenuItem>
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.Add(Syncfusion.Windows.Tools.Controls.CustomMenuItem)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.AddRange(System.Collections.Generic.IEnumerable<Syncfusion.Windows.Tools.Controls.CustomMenuItem>)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.AsReadOnly()
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.BinarySearch(System.Int32, System.Int32, Syncfusion.Windows.Tools.Controls.CustomMenuItem, System.Collections.Generic.IComparer<Syncfusion.Windows.Tools.Controls.CustomMenuItem>)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.BinarySearch(Syncfusion.Windows.Tools.Controls.CustomMenuItem)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.BinarySearch(Syncfusion.Windows.Tools.Controls.CustomMenuItem, System.Collections.Generic.IComparer<Syncfusion.Windows.Tools.Controls.CustomMenuItem>)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.Clear()
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.Contains(Syncfusion.Windows.Tools.Controls.CustomMenuItem)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.ConvertAll<TOutput>(System.Converter<Syncfusion.Windows.Tools.Controls.CustomMenuItem, TOutput>)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.CopyTo(Syncfusion.Windows.Tools.Controls.CustomMenuItem[])
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.CopyTo(System.Int32, Syncfusion.Windows.Tools.Controls.CustomMenuItem[], System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.CopyTo(Syncfusion.Windows.Tools.Controls.CustomMenuItem[], System.Int32)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.Exists(System.Predicate<Syncfusion.Windows.Tools.Controls.CustomMenuItem>)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.Find(System.Predicate<Syncfusion.Windows.Tools.Controls.CustomMenuItem>)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.FindAll(System.Predicate<Syncfusion.Windows.Tools.Controls.CustomMenuItem>)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.FindIndex(System.Predicate<Syncfusion.Windows.Tools.Controls.CustomMenuItem>)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.FindIndex(System.Int32, System.Predicate<Syncfusion.Windows.Tools.Controls.CustomMenuItem>)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.FindIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.Windows.Tools.Controls.CustomMenuItem>)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.FindLast(System.Predicate<Syncfusion.Windows.Tools.Controls.CustomMenuItem>)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.FindLastIndex(System.Predicate<Syncfusion.Windows.Tools.Controls.CustomMenuItem>)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.FindLastIndex(System.Int32, System.Predicate<Syncfusion.Windows.Tools.Controls.CustomMenuItem>)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.Windows.Tools.Controls.CustomMenuItem>)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.ForEach(System.Action<Syncfusion.Windows.Tools.Controls.CustomMenuItem>)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.GetEnumerator()
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.System.Collections.Generic.IEnumerable<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.GetEnumerator()
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.IndexOf(Syncfusion.Windows.Tools.Controls.CustomMenuItem)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.IndexOf(Syncfusion.Windows.Tools.Controls.CustomMenuItem, System.Int32)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.IndexOf(Syncfusion.Windows.Tools.Controls.CustomMenuItem, System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.Insert(System.Int32, Syncfusion.Windows.Tools.Controls.CustomMenuItem)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Syncfusion.Windows.Tools.Controls.CustomMenuItem>)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.LastIndexOf(Syncfusion.Windows.Tools.Controls.CustomMenuItem)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.LastIndexOf(Syncfusion.Windows.Tools.Controls.CustomMenuItem, System.Int32)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.LastIndexOf(Syncfusion.Windows.Tools.Controls.CustomMenuItem, System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.Remove(Syncfusion.Windows.Tools.Controls.CustomMenuItem)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.RemoveAll(System.Predicate<Syncfusion.Windows.Tools.Controls.CustomMenuItem>)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.RemoveAt(System.Int32)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.Reverse()
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.Sort()
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.Sort(System.Collections.Generic.IComparer<Syncfusion.Windows.Tools.Controls.CustomMenuItem>)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Syncfusion.Windows.Tools.Controls.CustomMenuItem>)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.Sort(System.Comparison<Syncfusion.Windows.Tools.Controls.CustomMenuItem>)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.ToArray()
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.TrimExcess()
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.TrueForAll(System.Predicate<Syncfusion.Windows.Tools.Controls.CustomMenuItem>)
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.Capacity
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.Count
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.System.Collections.Generic.ICollection<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.IsReadOnly
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.Item[System.Int32]
System.Collections.Generic.List<Syncfusion.Windows.Tools.Controls.CustomMenuItem>.System.Collections.IList.Item[System.Int32]
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class DocumentTabItemMenuItemCollection : List<CustomMenuItem>, IList<CustomMenuItem>, ICollection<CustomMenuItem>, IList, ICollection, IReadOnlyList<CustomMenuItem>, IReadOnlyCollection<CustomMenuItem>, IEnumerable<CustomMenuItem>, IEnumerable
Constructors
DocumentTabItemMenuItemCollection()
Declaration
public DocumentTabItemMenuItemCollection()
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable