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

Get an instance of the helper class that is maintains the bound data.

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

Syntax

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

Property Value

Type: BoundControlBindingInfoProvider

See Also