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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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