menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CustomBookmarksCollection - API Reference

    Show / Hide Table of Contents

    Class CustomBookmarksCollection

    Represents a class that contains custom bookmarks collection.

    Inheritance
    System.Object
    BookmarksCollection
    CustomBookmarksCollection
    Implements
    System.Collections.ICollection
    System.Collections.IEnumerable
    Inherited Members
    BookmarksCollection.CopyTo(Array, Int32)
    BookmarksCollection.GetEnumerator()
    BookmarksCollection.ICollection.IsSynchronized
    BookmarksCollection.Count
    BookmarksCollection.ICollection.SyncRoot
    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.Edit.Utils
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class CustomBookmarksCollection : BookmarksCollection, ICollection, IEnumerable

    Constructors

    CustomBookmarksCollection(IList)

    Initializes a new instance of the CustomBookmarksCollection class.

    Declaration
    protected CustomBookmarksCollection(IList baseCollection)
    Parameters
    Type Name Description
    System.Collections.IList baseCollection

    Base Collection of bookmarks.

    Properties

    Item[Int32]

    Gets the custom bookmark by the index in collection.

    Declaration
    public ICustomBookmark this[int index] { get; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type Description
    ICustomBookmark

    Implements

    System.Collections.ICollection
    System.Collections.IEnumerable

    Extension Methods

    EnumerableExtensions.GetElementType(IEnumerable)
    EnumerableExtensions.GetItemPropertyInfo(IEnumerable)
    FunctionalExtensions.ForEach<T>(IEnumerable, Action<T>)
    FunctionalExtensions.ToList<T>(IEnumerable)
    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