BindingSource::CurrencyManager Property
.NET Framework (current version)
Gets the currency manager associated with this BindingSource.
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
Available since 2.0
Show: