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.​ITypedList
Assembly: System.ComponentModel.TypeConverter
Provides functionality to discover the schema for a bindable list, where the properties available for binding differ from the public properties of the object to bind to.
Methods
GetItemProperties​(PropertyDescriptor[] listAccessors)
Returns the <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that represents the properties on each item used to bind data.
Returns The <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that represents the properties on each item used to bind data.
listAccessors
An array of <see cref="T:System.ComponentModel.PropertyDescriptor" /> objects to find in the collection as bindable. This can be <see langword="null" /> .
string
GetListName​(PropertyDescriptor[] listAccessors)
Returns the name of the list.
Returns The name of the list.
listAccessors
An array of <see cref="T:System.ComponentModel.PropertyDescriptor" /> objects, for which the list name is returned. This can be <see langword="null" /> .