BaseComboBoxCellDataManager Property
This is used to get a reference to the
CurrencyManager associated with this control
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected CurrencyManager DataManager { get; set; }
Protected Property DataManager As CurrencyManager
Get
Set
protected:
property CurrencyManager^ DataManager {
CurrencyManager^ get ();
void set (CurrencyManager^ value);
}
member DataManager : CurrencyManager with get, set
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.