Equin.ApplicationFramework.BindingListView 1.4.5222.35545

dotnet add package Equin.ApplicationFramework.BindingListView --version 1.4.5222.35545
NuGet\Install-Package Equin.ApplicationFramework.BindingListView -Version 1.4.5222.35545
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Equin.ApplicationFramework.BindingListView" Version="1.4.5222.35545" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Equin.ApplicationFramework.BindingListView --version 1.4.5222.35545
#r "nuget: Equin.ApplicationFramework.BindingListView, 1.4.5222.35545"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Equin.ApplicationFramework.BindingListView as a Cake Addin
#addin nuget:?package=Equin.ApplicationFramework.BindingListView&version=1.4.5222.35545

// Install Equin.ApplicationFramework.BindingListView as a Cake Tool
#tool nuget:?package=Equin.ApplicationFramework.BindingListView&version=1.4.5222.35545

The BindingListView .NET library provides a type-safe, sortable, filterable, data-bindable view of one or more lists of objects. It is the business objects equivalent of using a DataView on a DataTable in ADO.NET. If you have a list of objects to display on a Windows Forms UI (e.g. in a DataGridView) and want to allow your user to sort and filter, then this is the library to use!

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.5222.35545 994 4/19/2014

Initial