Xceed Grid for WinForms v4.3 Documentation
Welcome to Xceed Grid for WinForms v4.3 / Sample applications / IBindingList Sample Application
In This Topic
    IBindingList Sample Application
    In This Topic

    Programming languages

    VB.NET, C#

    Overview

    This sample demonstrates how to bind the grid to various types of data sources.

    Demonstrates

    • How to delete rows when pressing the delete key. 

    • How to implement the IList interface 

    • How to implement the IBindingList interface 

    • How to derive from the CollectionBase class 

    • How to bind the grid to a jagged array. 

    • How to implement the IEditableObject interface 

    • How to dynamically load data 

    • How to implement the ITypedList interface 

    • How to implement the ISupportInitialize interface

    Project location & filename

    C#: Xceed Samples\Xceed Grid for WinForms v#.#\CSharp\IBindingList\DataBindingCS.csproj

    VB.NET: Xceed Samples\Xceed Grid for WinForms v#.#\Visual Basic .NET\IBindingList\DataBinding.VB.vbproj