WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CircularList

    Show / Hide Table of Contents

    Class CircularList

    Internal collection which holds the list of child items to be populated in the control.

    Inheritance
    System.Object
    System.Collections.Generic.List<System.Windows.Forms.Control>
    CircularList
    Implements
    System.Collections.Generic.IList<System.Windows.Forms.Control>
    System.Collections.Generic.ICollection<System.Windows.Forms.Control>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<System.Windows.Forms.Control>
    System.Collections.Generic.IReadOnlyCollection<System.Windows.Forms.Control>
    System.Collections.Generic.IEnumerable<System.Windows.Forms.Control>
    System.Collections.IEnumerable
    Inherited Members
    System.Collections.Generic.List<System.Windows.Forms.Control>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.Generic.List<System.Windows.Forms.Control>.System.Collections.IList.set_Item(System.Int32, System.Object)
    System.Collections.Generic.List<System.Windows.Forms.Control>.Add(System.Windows.Forms.Control)
    System.Collections.Generic.List<System.Windows.Forms.Control>.System.Collections.IList.Add(System.Object)
    System.Collections.Generic.List<System.Windows.Forms.Control>.AddRange(System.Collections.Generic.IEnumerable<System.Windows.Forms.Control>)
    System.Collections.Generic.List<System.Windows.Forms.Control>.AsReadOnly()
    System.Collections.Generic.List<System.Windows.Forms.Control>.BinarySearch(System.Int32, System.Int32, System.Windows.Forms.Control, System.Collections.Generic.IComparer<System.Windows.Forms.Control>)
    System.Collections.Generic.List<System.Windows.Forms.Control>.BinarySearch(System.Windows.Forms.Control)
    System.Collections.Generic.List<System.Windows.Forms.Control>.BinarySearch(System.Windows.Forms.Control, System.Collections.Generic.IComparer<System.Windows.Forms.Control>)
    System.Collections.Generic.List<System.Windows.Forms.Control>.Clear()
    System.Collections.Generic.List<System.Windows.Forms.Control>.Contains(System.Windows.Forms.Control)
    System.Collections.Generic.List<System.Windows.Forms.Control>.System.Collections.IList.Contains(System.Object)
    System.Collections.Generic.List<System.Windows.Forms.Control>.ConvertAll<TOutput>(System.Converter<System.Windows.Forms.Control, TOutput>)
    System.Collections.Generic.List<System.Windows.Forms.Control>.CopyTo(System.Windows.Forms.Control[])
    System.Collections.Generic.List<System.Windows.Forms.Control>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.Generic.List<System.Windows.Forms.Control>.CopyTo(System.Int32, System.Windows.Forms.Control[], System.Int32, System.Int32)
    System.Collections.Generic.List<System.Windows.Forms.Control>.CopyTo(System.Windows.Forms.Control[], System.Int32)
    System.Collections.Generic.List<System.Windows.Forms.Control>.Exists(System.Predicate<System.Windows.Forms.Control>)
    System.Collections.Generic.List<System.Windows.Forms.Control>.Find(System.Predicate<System.Windows.Forms.Control>)
    System.Collections.Generic.List<System.Windows.Forms.Control>.FindAll(System.Predicate<System.Windows.Forms.Control>)
    System.Collections.Generic.List<System.Windows.Forms.Control>.FindIndex(System.Predicate<System.Windows.Forms.Control>)
    System.Collections.Generic.List<System.Windows.Forms.Control>.FindIndex(System.Int32, System.Predicate<System.Windows.Forms.Control>)
    System.Collections.Generic.List<System.Windows.Forms.Control>.FindIndex(System.Int32, System.Int32, System.Predicate<System.Windows.Forms.Control>)
    System.Collections.Generic.List<System.Windows.Forms.Control>.FindLast(System.Predicate<System.Windows.Forms.Control>)
    System.Collections.Generic.List<System.Windows.Forms.Control>.FindLastIndex(System.Predicate<System.Windows.Forms.Control>)
    System.Collections.Generic.List<System.Windows.Forms.Control>.FindLastIndex(System.Int32, System.Predicate<System.Windows.Forms.Control>)
    System.Collections.Generic.List<System.Windows.Forms.Control>.FindLastIndex(System.Int32, System.Int32, System.Predicate<System.Windows.Forms.Control>)
    System.Collections.Generic.List<System.Windows.Forms.Control>.ForEach(System.Action<System.Windows.Forms.Control>)
    System.Collections.Generic.List<System.Windows.Forms.Control>.GetEnumerator()
    System.Collections.Generic.List<System.Windows.Forms.Control>.System.Collections.Generic.IEnumerable<System.Windows.Forms.Control>.GetEnumerator()
    System.Collections.Generic.List<System.Windows.Forms.Control>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.Generic.List<System.Windows.Forms.Control>.GetRange(System.Int32, System.Int32)
    System.Collections.Generic.List<System.Windows.Forms.Control>.IndexOf(System.Windows.Forms.Control)
    System.Collections.Generic.List<System.Windows.Forms.Control>.System.Collections.IList.IndexOf(System.Object)
    System.Collections.Generic.List<System.Windows.Forms.Control>.IndexOf(System.Windows.Forms.Control, System.Int32)
    System.Collections.Generic.List<System.Windows.Forms.Control>.IndexOf(System.Windows.Forms.Control, System.Int32, System.Int32)
    System.Collections.Generic.List<System.Windows.Forms.Control>.Insert(System.Int32, System.Windows.Forms.Control)
    System.Collections.Generic.List<System.Windows.Forms.Control>.System.Collections.IList.Insert(System.Int32, System.Object)
    System.Collections.Generic.List<System.Windows.Forms.Control>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<System.Windows.Forms.Control>)
    System.Collections.Generic.List<System.Windows.Forms.Control>.LastIndexOf(System.Windows.Forms.Control)
    System.Collections.Generic.List<System.Windows.Forms.Control>.LastIndexOf(System.Windows.Forms.Control, System.Int32)
    System.Collections.Generic.List<System.Windows.Forms.Control>.LastIndexOf(System.Windows.Forms.Control, System.Int32, System.Int32)
    System.Collections.Generic.List<System.Windows.Forms.Control>.Remove(System.Windows.Forms.Control)
    System.Collections.Generic.List<System.Windows.Forms.Control>.System.Collections.IList.Remove(System.Object)
    System.Collections.Generic.List<System.Windows.Forms.Control>.RemoveAll(System.Predicate<System.Windows.Forms.Control>)
    System.Collections.Generic.List<System.Windows.Forms.Control>.RemoveAt(System.Int32)
    System.Collections.Generic.List<System.Windows.Forms.Control>.RemoveRange(System.Int32, System.Int32)
    System.Collections.Generic.List<System.Windows.Forms.Control>.Reverse()
    System.Collections.Generic.List<System.Windows.Forms.Control>.Reverse(System.Int32, System.Int32)
    System.Collections.Generic.List<System.Windows.Forms.Control>.Sort()
    System.Collections.Generic.List<System.Windows.Forms.Control>.Sort(System.Collections.Generic.IComparer<System.Windows.Forms.Control>)
    System.Collections.Generic.List<System.Windows.Forms.Control>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<System.Windows.Forms.Control>)
    System.Collections.Generic.List<System.Windows.Forms.Control>.Sort(System.Comparison<System.Windows.Forms.Control>)
    System.Collections.Generic.List<System.Windows.Forms.Control>.ToArray()
    System.Collections.Generic.List<System.Windows.Forms.Control>.TrimExcess()
    System.Collections.Generic.List<System.Windows.Forms.Control>.TrueForAll(System.Predicate<System.Windows.Forms.Control>)
    System.Collections.Generic.List<System.Windows.Forms.Control>.Capacity
    System.Collections.Generic.List<System.Windows.Forms.Control>.Count
    System.Collections.Generic.List<System.Windows.Forms.Control>.System.Collections.IList.IsFixedSize
    System.Collections.Generic.List<System.Windows.Forms.Control>.System.Collections.Generic.ICollection<System.Windows.Forms.Control>.IsReadOnly
    System.Collections.Generic.List<System.Windows.Forms.Control>.System.Collections.IList.IsReadOnly
    System.Collections.Generic.List<System.Windows.Forms.Control>.System.Collections.ICollection.IsSynchronized
    System.Collections.Generic.List<System.Windows.Forms.Control>.System.Collections.ICollection.SyncRoot
    System.Collections.Generic.List<System.Windows.Forms.Control>.Item[System.Int32]
    System.Collections.Generic.List<System.Windows.Forms.Control>.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.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class CircularList : List<Control>, IList<Control>, ICollection<Control>, IList, ICollection, IReadOnlyList<Control>, IReadOnlyCollection<Control>, IEnumerable<Control>, IEnumerable

    Constructors

    CircularList(ItemCollection)

    Initializes new instance for CircularList class.

    Declaration
    public CircularList(ItemCollection items)
    Parameters
    Type Name Description
    ItemCollection items

    Child items collection to be populated in the control.

    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

    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 - 2023 Syncfusion Inc. All Rights Reserved