Base List ControlData Manager 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.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public CurrencyManager? DataManager { get; }VB
Public ReadOnly Property DataManager As CurrencyManager
GetC++
public:
property CurrencyManager^ DataManager {
CurrencyManager^ get ();
}F#
member DataManager : CurrencyManager with getProperty Value
CurrencyManagerRemarks
This property is valid if the DataSource property is set. If this is not a
data-bound control, the default is a null reference.