BaseListControlDataManager Property

This is used to get a reference to the CurrencyManager associated with this control

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public CurrencyManager DataManager { get; }

Property Value

CurrencyManager

Remarks

This property is valid if the DataSource property is set. If this is not a data-bound control, the default is a null reference.

See Also