ListControlDesigner.DataSource Property

Definition

Gets or sets the data source property of the control.

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

Property Value

The DataSource property of the list control.

Applies to