See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Get the data source type of the container control. This is used by NTier intellisense when the developer is choosing a binding path.

Namespace: NTier.Actions
Assembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0

Syntax

C#
protected Type BoundControlDataSourceType { get; }
Visual Basic
Protected ReadOnly Property BoundControlDataSourceType As Type
	Get
Visual C++
protected:
property Type^ BoundControlDataSourceType {
	Type^ get ();
}

Property Value

Type: Type

See Also