Browse ControlBinding Source Property
This property is used to get a reference to the binding source
Definition
Namespace: EWSoftware.PDI.Windows.Forms
Assembly: EWSoftware.PDI.Windows.Forms (in EWSoftware.PDI.Windows.Forms.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Windows.Forms (in EWSoftware.PDI.Windows.Forms.dll) Version: 2025.1.9.0
C#
public BindingSource BindingSource { get; }VB
Public ReadOnly Property BindingSource As BindingSource
GetC++
public:
property BindingSource^ BindingSource {
BindingSource^ get ();
}F#
member BindingSource : BindingSource with get