menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BarItemsDesignTime - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BarItemsDesignTime

    Inheritance
    System.Object
    System.Collections.ArrayList
    ArrayListExt
    VisuallyInheritableList
    BarItems
    BarItemsDesignTime
    Implements
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.IEnumerable
    System.ICloneable
    System.IDisposable
    Inherited Members
    ArrayListExt.CollectionChanged
    ArrayListExt.ForceFixedSize
    ArrayListExt.ForceReadOnly
    ArrayListExt.IsCollectionChangedEventSuspended
    ArrayListExt.IsFixedSize
    ArrayListExt.IsReadOnly
    ArrayListExt.ItemPropertyChanged
    ArrayListExt.Move(Int32, Int32, Int32)
    ArrayListExt.RaiseCollectionChanged(CollectionChangeEventArgs)
    ArrayListExt.RemoveRange(Int32, Int32)
    ArrayListExt.ResumeEvents(Boolean)
    ArrayListExt.Reverse(Int32, Int32)
    ArrayListExt.Sort(Int32, Int32, IComparer)
    ArrayListExt.SuspendEvents()
    BarItems.Add(Object)
    BarItems.AddHandlers(Object)
    BarItems.AddRange(BarItem[])
    BarItems.Clear()
    BarItems.Dispose()
    BarItems.Dispose(Boolean)
    BarItems.FindItem(String)
    BarItems.FindItem(String, Int32)
    BarItems.FindMergePosition(Int32)
    BarItems.FindNestedItem(String)
    BarItems.GetItemFromHotKey(Char)
    BarItems.Insert(Int32, Object)
    BarItems.InsertRange(Int32, ICollection)
    BarItems.IsValidItemID(BarItem, String)
    BarItems.Item[BarItemID]
    BarItems.Item[Int32]
    BarItems.Item[String]
    BarItems.Manager
    BarItems.OnItemPropertyChanged(Object, SyncfusionPropertyChangedEventArgs)
    BarItems.ReleaseHandler(Object)
    BarItems.Remove(Object)
    BarItems.RemoveAt(Int32)
    BarItems.RemoveHashInfoForItem(BarItem)
    BarItems.StoreHashInfoForItem(BarItem)
    BarItems.UpdateItemPositions(BarItem)
    System.Collections.ArrayList.Adapter(System.Collections.IList)
    System.Collections.ArrayList.AddRange(System.Collections.ICollection)
    System.Collections.ArrayList.BinarySearch(System.Int32, System.Int32, System.Object, System.Collections.IComparer)
    System.Collections.ArrayList.BinarySearch(System.Object)
    System.Collections.ArrayList.BinarySearch(System.Object, System.Collections.IComparer)
    System.Collections.ArrayList.Capacity
    System.Collections.ArrayList.Clone()
    System.Collections.ArrayList.Contains(System.Object)
    System.Collections.ArrayList.CopyTo(System.Array)
    System.Collections.ArrayList.CopyTo(System.Array, System.Int32)
    System.Collections.ArrayList.CopyTo(System.Int32, System.Array, System.Int32, System.Int32)
    System.Collections.ArrayList.Count
    System.Collections.ArrayList.FixedSize(System.Collections.ArrayList)
    System.Collections.ArrayList.FixedSize(System.Collections.IList)
    System.Collections.ArrayList.GetEnumerator()
    System.Collections.ArrayList.GetEnumerator(System.Int32, System.Int32)
    System.Collections.ArrayList.GetRange(System.Int32, System.Int32)
    System.Collections.ArrayList.IndexOf(System.Object)
    System.Collections.ArrayList.IndexOf(System.Object, System.Int32)
    System.Collections.ArrayList.IndexOf(System.Object, System.Int32, System.Int32)
    System.Collections.ArrayList.IsSynchronized
    System.Collections.ArrayList.LastIndexOf(System.Object)
    System.Collections.ArrayList.LastIndexOf(System.Object, System.Int32)
    System.Collections.ArrayList.LastIndexOf(System.Object, System.Int32, System.Int32)
    System.Collections.ArrayList.ReadOnly(System.Collections.ArrayList)
    System.Collections.ArrayList.ReadOnly(System.Collections.IList)
    System.Collections.ArrayList.Repeat(System.Object, System.Int32)
    System.Collections.ArrayList.Reverse()
    System.Collections.ArrayList.SetRange(System.Int32, System.Collections.ICollection)
    System.Collections.ArrayList.Sort()
    System.Collections.ArrayList.Sort(System.Collections.IComparer)
    System.Collections.ArrayList.Synchronized(System.Collections.ArrayList)
    System.Collections.ArrayList.Synchronized(System.Collections.IList)
    System.Collections.ArrayList.SyncRoot
    System.Collections.ArrayList.ToArray()
    System.Collections.ArrayList.ToArray(System.Type)
    System.Collections.ArrayList.TrimToSize()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    VisuallyInheritableList.DesignTimeChanges
    VisuallyInheritableList.GetDesignTimeChanges()
    VisuallyInheritableList.IsIdenticalObjects(Object, Object)
    VisuallyInheritableList.OnCollectionChanged(CollectionChangeEventArgs)
    VisuallyInheritableList.OnCollectionChanging()
    VisuallyInheritableList.Parent
    VisuallyInheritableList.ReinitBaseClassCopy()
    VisuallyInheritableList.SetDesignTimeChanges(ArrayList)
    VisuallyInheritableList.ShouldContinueIfItemsCountChanged()
    Namespace: Syncfusion.Windows.Forms.Tools.XPMenus
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class BarItemsDesignTime : BarItems, IList, ICollection, IEnumerable, ICloneable, IDisposable

    Constructors

    BarItemsDesignTime()

    Declaration
    public BarItemsDesignTime()

    BarItemsDesignTime(BarItem[])

    Declaration
    public BarItemsDesignTime(BarItem[] barItems)
    Parameters
    Type Name Description
    BarItem[] barItems

    Implements

    System.Collections.IList
    System.Collections.ICollection
    System.Collections.IEnumerable
    System.ICloneable
    System.IDisposable

    Extension Methods

    EnumerableExtensions.GetElementType(IEnumerable)
    EnumerableExtensions.GetItemPropertyInfo(IEnumerable)
    FunctionalExtensions.ForEach<T>(IEnumerable, Action<T>)
    FunctionalExtensions.ToList<T>(IEnumerable)
    FunctionalExtensions.MoveTo(IList, Int32, Int32)
    QueryableExtensions.OfQueryable(IEnumerable)
    QueryableExtensions.OfQueryable(IEnumerable, Type)
    QueryableExtensions.GroupByMany<TElement>(IEnumerable, Type, List<Func<TElement, Object>>)
    QueryableExtensions.GroupByMany(IEnumerable, Type, Func<String, Expression>, String[])
    QueryableExtensions.GroupByMany(IEnumerable, Type, List<SortDescriptor>, Dictionary<String, IComparer<Object>>, Func<String, Expression>, String[])
    QueryableExtensions.GroupByMany(IEnumerable, Type, List<SortDescriptor>, Func<String, Expression>, String[])
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved