Interface ICurrencyManagerSource
Provides support for the GetCurrencyManager() method that returns a System.Windows.Forms.CurrencyManager.
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public interface ICurrencyManagerSource
Methods
GetCurrencyManager()
Returns a System.Windows.Forms.CurrencyManager that is associated with the current object.
Declaration
CurrencyManager GetCurrencyManager()
Returns
Type |
---|
System.Windows.Forms.CurrencyManager |