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



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

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