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