WinForms

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

    Show / Hide Table of Contents

    Class CustomButtonCollection

    Stores collection of CustomButton instances.

    Inheritance
    System.Object
    System.Collections.ObjectModel.Collection<CustomButton>
    ObservableCollectionBase<CustomButton>
    CustomButtonCollection
    Implements
    System.Collections.Generic.IList<CustomButton>
    System.Collections.Generic.ICollection<CustomButton>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<CustomButton>
    System.Collections.Generic.IReadOnlyCollection<CustomButton>
    System.Collections.Generic.IEnumerable<CustomButton>
    System.Collections.IEnumerable
    Inherited Members
    ObservableCollectionBase<CustomButton>.InsertItem(Int32, CustomButton)
    ObservableCollectionBase<CustomButton>.RemoveItem(Int32)
    ObservableCollectionBase<CustomButton>.SetItem(Int32, CustomButton)
    ObservableCollectionBase<CustomButton>.AddRange(IEnumerable<CustomButton>)
    ObservableCollectionBase<CustomButton>.InsertRange(Int32, IEnumerable<CustomButton>)
    ObservableCollectionBase<CustomButton>.FireCollectionChangedEvent(CollectionChangeAction, CustomButton)
    ObservableCollectionBase<CustomButton>.CollectionChanged
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.Add(Syncfusion.Windows.Forms.Tools.Navigation.CustomButton)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.Clear()
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.CopyTo(Syncfusion.Windows.Forms.Tools.Navigation.CustomButton[], System.Int32)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.Contains(Syncfusion.Windows.Forms.Tools.Navigation.CustomButton)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.GetEnumerator()
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.IndexOf(Syncfusion.Windows.Forms.Tools.Navigation.CustomButton)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.Insert(System.Int32, Syncfusion.Windows.Forms.Tools.Navigation.CustomButton)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.Remove(Syncfusion.Windows.Forms.Tools.Navigation.CustomButton)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.RemoveAt(System.Int32)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.ClearItems()
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.System.Collections.IList.set_Item(System.Int32, System.Object)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.System.Collections.IList.Add(System.Object)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.System.Collections.IList.Contains(System.Object)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.System.Collections.IList.IndexOf(System.Object)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.System.Collections.IList.Insert(System.Int32, System.Object)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.System.Collections.IList.Remove(System.Object)
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.Count
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.Items
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.Item[System.Int32]
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.System.Collections.Generic.ICollection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.IsReadOnly
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.System.Collections.ICollection.IsSynchronized
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.System.Collections.ICollection.SyncRoot
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.System.Collections.IList.Item[System.Int32]
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.System.Collections.IList.IsReadOnly
    System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.CustomButton>.System.Collections.IList.IsFixedSize
    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.Navigation
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class CustomButtonCollection : ObservableCollectionBase<CustomButton>, IList<CustomButton>, ICollection<CustomButton>, IList, ICollection, IReadOnlyList<CustomButton>, IReadOnlyCollection<CustomButton>, IEnumerable<CustomButton>, IEnumerable

    Constructors

    CustomButtonCollection()

    Declaration
    public CustomButtonCollection()

    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.Average<TSource>(IEnumerable<TSource>, Func<TSource, Int16>)
    EnumerableExtensions.Average<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<Int16>>)
    EnumerableExtensions.Sum<TSource>(IEnumerable<TSource>, Func<TSource, Int16>)
    EnumerableExtensions.Sum<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<Int16>>)
    EnumerableExtensions.Max<TSource>(IEnumerable<TSource>, Func<TSource, Int16>)
    EnumerableExtensions.Max<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<Int16>>)
    EnumerableExtensions.Min<TSource>(IEnumerable<TSource>, Func<TSource, Int16>)
    EnumerableExtensions.Min<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<Int16>>)
    EnumerableExtensions.OrderBy<T>(IEnumerable<T>, String, Func<String, Object, Object>)
    EnumerableExtensions.OrderByDescending<T>(IEnumerable<T>, String, Func<String, Object, Object>)
    EnumerableExtensions.OrderBy<T>(IEnumerable<T>, String, Func<String, Object, Object>, IComparer<Object>)
    EnumerableExtensions.OrderByDescending<T>(IEnumerable<T>, String, Func<String, Object, Object>, IComparer<Object>)
    EnumerableExtensions.GetElementType(IEnumerable)
    EnumerableExtensions.GetItemPropertyInfo(IEnumerable)
    FunctionalExtensions.ForEach<T>(IEnumerable, Action<T>)
    FunctionalExtensions.ForEach<T>(IEnumerable<T>, Action<T>)
    FunctionalExtensions.ToList<T>(IEnumerable)
    FunctionalExtensions.IterateIndex<T>(IEnumerable<T>, Action<Int32, T>)
    FunctionalExtensions.IterateIndex<T>(IEnumerable<T>, Action<Int32, T>, Int32)
    FunctionalExtensions.Zip<TFirst, TSecond, TResult>(IEnumerable<TFirst>, IEnumerable<TSecond>, Func<TFirst, TSecond, TResult>)
    FunctionalExtensions.Fold<T, U>(IEnumerable<U>, Func<T, U, T>, T)
    FunctionalExtensions.FoldLeft<T, U>(IEnumerable<U>, Func<T, U, T>, T)
    FunctionalExtensions.FoldRight<T, U>(IEnumerable<U>, Func<T, U, T>, T)
    FunctionalExtensions.MoveTo(IList, Int32, Int32)
    FunctionalExtensions.ToObservableCollection<T>(IEnumerable<T>)
    QueryableExtensions.OfQueryable(IEnumerable)
    QueryableExtensions.OfQueryable(IEnumerable, Type)
    QueryableExtensions.GroupByMany<TElement>(IEnumerable, Type, List<Func<TElement, Object>>)
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, List<SortDescriptor>, IEnumerable<Func<TElement, Object>>)
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, List<SortDescriptor>, Dictionary<String, IComparer<Object>>, String[], IEnumerable<Func<TElement, Object>>)
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, List<SortDescriptor>, Dictionary<String, IComparer<Object>>, List<String>, Func<TElement, Object>[])
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, List<SortDescriptor>, Func<TElement, Object>[])
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, Func<TElement, Object>[])
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, IEnumerable<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[])
    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, Int32, Func<TElement, Object>[])
    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, IEnumerable<Func<TElement, Object>>)
    ChartExtensionUtils.DistinctBy<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved