ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] - نسخه متنی

G. andrew Duthie; matthew Macdonald

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









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


/ 873