RepeaterDesigner.GetSelectedDataSource Method

Definition

Retrieves the selected data source component from the container of the associated Repeater control.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 virtual System::Object ^ GetSelectedDataSource();
public object GetSelectedDataSource ();
abstract member GetSelectedDataSource : unit -> obj
override this.GetSelectedDataSource : unit -> obj
Public Function GetSelectedDataSource () As Object

Returns

The selected data source; null if a data source is not found or if a data source with the selected name does not exist.

Implements

Remarks

The GetSelectedDataSource method uses the DesignTimeData.GetSelectedDataSource method to construct a data source from the object that is specified by the DataSource property.

Applies to

See also