Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface System.​ComponentModel.​IListSource

Assembly: System.ComponentModel.TypeConverter

Provides functionality to an object to return a list that can be bound to a data source.

Properties

bool
ContainsListCollection
Gets a value indicating whether the collection is a collection of <see cref="T:System.Collections.IList" /> objects.

Methods

GetList​()
Returns an <see cref="T:System.Collections.IList" /> that can be bound to a data source from an object that does not implement an <see cref="T:System.Collections.IList" /> itself.
Returns An <see cref="T:System.Collections.IList" /> that can be bound to a data source from the object.