IDataBindingsAccessor

IDataBindingsAccessor

System.Web.UI (system.web.dll)interface

This interface is implemented by all controls that derive from Control. It allows access to the corresponding DataBindingCollection through the DataBindings property. As the DataBindingCollection represents data bindings created in the IDE, the properties in this interface are only valid at design time.

public interface IDataBindingsAccessor {
// Public Instance Properties
   public DataBindingCollection DataBindings{get; }
   public bool HasDataBindings{get; }
}

Implemented By

Control



    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