DataBindingValueUIHandler

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);
}


    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace