FormGroupControl.dataSource Method

Definition

Overloads

dataSource()

Gets or sets a data source that will be used by the control or the form.

dataSource(Object)

dataSource()

Gets or sets a data source that will be used by the control or the form.

public:
 virtual int dataSource();
public virtual int dataSource ();
abstract member dataSource : unit -> int
override this.dataSource : unit -> int
Public Overridable Function dataSource () As Integer

Returns

The identifier of the data source that will be used.

Applies to

dataSource(Object)

public:
 virtual int dataSource(System::Object ^ _value);
public virtual int dataSource (object _value);
abstract member dataSource : obj -> int
override this.dataSource : obj -> int
Public Overridable Function dataSource (_value As Object) As Integer

Parameters

_value
Object

Returns

Applies to