# ICurrencyManagerProvider

Namespace: **Wisej.Web**

Assembly: **Wisej.Framework** (4.0.0.0)

Provides custom binding management for components.

{% tabs %}
{% tab title="C#" %}

```csharp
public interface ICurrencyManagerProvider
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Interface ICurrencyManagerProvider
```

{% endtab %}
{% endtabs %}

## Properties

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) CurrencyManager

[CurrencyManager](https://docs.wisej.com/api/wisej.web/data-binding/wisej.web.currencymanager): Returns the [CurrencyManager](https://docs.wisej.com/api/wisej.web/data-binding/wisej.web.currencymanager) associated with this [ICurrencyManagerProvider](https://docs.wisej.com/api/wisej.web/data-binding/wisej.web.icurrencymanagerprovider).

## Methods

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) GetRelatedCurrencyManager(dataMember)

Return the [CurrencyManager](https://docs.wisej.com/api/wisej.web/data-binding/wisej.web.currencymanager) for this [ICurrencyManagerProvider](https://docs.wisej.com/api/wisej.web/data-binding/wisej.web.icurrencymanagerprovider) and the specified data member.

| Parameter      | Type                                                          | Description                                                                                                                                                               |
| -------------- | ------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **dataMember** | [String](https://docs.microsoft.com/dotnet/api/system.string) | The name of the column or list, within the data source, to obtain the [CurrencyManager](https://docs.wisej.com/api/wisej.web/data-binding/wisej.web.currencymanager) for. |

**Returns:** [CurrencyManager](https://docs.wisej.com/api/wisej.web/data-binding/wisej.web.currencymanager). The related [CurrencyManager](https://docs.wisej.com/api/wisej.web/data-binding/wisej.web.currencymanager) obtained from this [ICurrencyManagerProvider](https://docs.wisej.com/api/wisej.web/data-binding/wisej.web.icurrencymanagerprovider) and the specified data member.

## Implemented By

| Name                                                                                       | Description                                              |
| ------------------------------------------------------------------------------------------ | -------------------------------------------------------- |
| [BindingSource](https://docs.wisej.com/api/wisej.web/data-binding/wisej.web.bindingsource) | Encapsulates the data source for a data-bound component. |
