DekGenius.com
[ Team LiB ] Previous Section Next Section

DataBindingValueUIHandler

System.Web.UI.Design (system.design.dll)class

This class helps create a user interface for editing control data binding. The OnGetUIValueItem( ) method adds the actual binding.

public class DataBindingValueUIHandler {
// Public Constructors
   public DataBindingValueUIHandler( );
// Public Instance Methods
   public void OnGetUIValueItem(System.ComponentModel.ITypeDescriptorContext context, 
       System.ComponentModel.PropertyDescriptor propDesc, System.Collections.ArrayList valueUIItemList);
}
    [ Team LiB ] Previous Section Next Section