Base Combo Box CellData Manager Property
This is used to get a reference to the CurrencyManager associated with this control
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
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#
protected CurrencyManager? DataManager { get; set; }VB
Protected Property DataManager As CurrencyManager
Get
SetC++
protected:
property CurrencyManager^ DataManager {
CurrencyManager^ get ();
void set (CurrencyManager^ value);
}F#
member DataManager : CurrencyManager with get, setProperty 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.