HierarchicalDataBoundControl.DataSourceID 屬性
定義
取得或設定控制項的識別碼,資料繫結控制項會由此擷取其項目清單。Gets or sets the ID of the control from which the data-bound control retrieves its list of data items.
public:
virtual property System::String ^ DataSourceID { System::String ^ get(); void set(System::String ^ value); };
public override string DataSourceID { get; set; }
member this.DataSourceID : string with get, set
Public Overrides Property DataSourceID As String
屬性值
代表資料來源的控制項別碼,資料繫結控制項會由此擷取其資料。The ID of a control that represents the data source from which the data-bound control retrieves its data. 預設為 Empty。The default is Empty.