BaseListControlDataManager Property
This is used to get a reference to the
CurrencyManager associated with this control
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public CurrencyManager DataManager { get; }
Public ReadOnly Property DataManager As CurrencyManager
Get
public:
property CurrencyManager^ DataManager {
CurrencyManager^ get ();
}
member DataManager : CurrencyManager with get
Property Value
CurrencyManager This property is valid if the
DataSource property is set. If this is not a
data-bound control, the default is a null reference.