BaseDataBoundControlDesigner.DataSource 属性

定义

获取或设置关联控件的 DataSource 属性值。

public:
 property System::String ^ DataSource { System::String ^ get(); void set(System::String ^ value); };
public string DataSource { get; set; }
member this.DataSource : string with get, set
Public Property DataSource As String

属性值

BaseDataBoundControl 派生的关联控件使用的数据绑定表达式。

注解

属性 DataSource 用于隐藏 DataSource 与此设计器关联的 类的 BaseDataBoundControl 属性。 设计器将 DataSource 属性的值保留为为基础 BaseDataBoundControl 对象生成的标记上的数据绑定表达式。

适用于

另请参阅