Skip to main content

DataNavigatorButtons.CurrencyManager Property

Gets the object which manages a list of binding objects.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public CurrencyManager CurrencyManager { get; }

Property Value

Type Description
CurrencyManager

A CurrencyManager object used to keep data-bound controls synchronized with each other.

Remarks

The DataNavigator control needs to be associated with a data source component in order to receive and manipulate data. Any data source you bind to the DataNavigator will have an associated CurrencyManager object. The CurrencyManager property provides access to the CurrencyManager object used to keep data-bound controls synchronized with each other (showing data from the same record).

See Also