menu

WinForms

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

    Show / Hide Table of Contents

    Class BookmarksCollection

    Represents a class that contains the read-only copy for bookmarks collection.

    Inheritance
    System.Object
    BookmarksCollection
    CustomBookmarksCollection
    Implements
    System.Collections.ICollection
    System.Collections.IEnumerable
    Inherited Members
    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()
    Namespace: Syncfusion.Windows.Forms.Edit.Utils
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class BookmarksCollection : ICollection, IEnumerable

    Constructors

    BookmarksCollection(IList)

    Initializes a new instance of the BookmarksCollection class.

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

    Base Collection of bookmarks.

    Properties

    Count

    Gets the count of the bookmarks.

    Declaration
    public int Count { get; }
    Property Value
    Type
    System.Int32

    Item[Int32]

    Gets the bookmark by the index in collection.

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

    Methods

    CopyTo(Array, Int32)

    Copies items to the specified array.

    Declaration
    public void CopyTo(Array array, int index)
    Parameters
    Type Name Description
    System.Array array

    Array that will contain copy of the collection.

    System.Int32 index

    Item of the first item in array.

    GetEnumerator()

    Gets the enumerator for the collection items.

    Declaration
    public IEnumerator GetEnumerator()
    Returns
    Type Description
    System.Collections.IEnumerator

    IEnumerator.

    Explicit Interface Implementations

    ICollection.IsSynchronized

    Gets value indication whether collection is synchronized. Always returns false.

    Declaration
    bool ICollection.IsSynchronized { get; }
    Returns
    Type
    System.Boolean

    ICollection.SyncRoot

    Gets syncroot of the collection.

    Declaration
    object ICollection.SyncRoot { get; }
    Returns
    Type
    System.Object

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