ITypedList

ITypedList

System.ComponentModel (system.dll) interface

This interface is implemented by classes that expose a typed list for data-binding scenarios. It provides a GetItemProperties( ) method to discover the properties of the list elements, rather than the properties of the container itself.

 public interface  ITypedList  {  // Public Instance Methods  public PropertyDescriptorCollection  GetItemProperties  (PropertyDescriptor[]  listAccessors  );    public string  GetListName  (PropertyDescriptor[]  listAccessors  ); } 


. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net