BindingSource::CurrencyManager Property

 

Gets the currency manager associated with this BindingSource.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
property CurrencyManager^ CurrencyManager {
	virtual CurrencyManager^ get();
}

Property Value

Type: System.Windows.Forms::CurrencyManager^

The CurrencyManager associated with this BindingSource.

If you want to access the currency manager for another binding to the same data member use the GetRelatedCurrencyManager method.

.NET Framework
Available since 2.0
Return to top
Show: