menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BlockCollection<T> - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BlockCollection<T>

    Inheritance
    System.Object
    BlockCollection<T>
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
    Syntax
    public class BlockCollection<T> : ObservableCollection<T>
    Type Parameters
    Name
    T

    Constructors

    BlockCollection()

    Initializes new instance of BlockCollection class

    Declaration
    public BlockCollection()

    Methods

    InsertItem(Int32, T)

    Declaration
    protected override void InsertItem(int index, T item)
    Parameters
    Type Name Description
    System.Int32 index
    T item
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved