IDataBoundControl.DataSource 属性
定义
获取或设置数据绑定控件从中检索数据项列表的对象。Gets or sets the object from which the data-bound control retrieves a list of data items.
public:
property System::Object ^ DataSource { System::Object ^ get(); void set(System::Object ^ value); };
public object DataSource { get; set; }
member this.DataSource : obj with get, set
Public Property DataSource As Object
属性值
包含数据绑定控件所检索到的数据列表的对象。The object that contains the list of data that the data-bound control retrieves.