MobileApplication.DataStoreManager Property
Returns an object that is a list of DevExtreme Stores used by a client-side mobile application.
Namespace: DevExpress.ExpressApp.Mobile
Assembly: DevExpress.ExpressApp.Mobile.v19.2.dll
Declaration
[Browsable(false)]
public DataStoreManager DataStoreManager { get; set; }
<Browsable(False)>
Public Property DataStoreManager As DataStoreManager
Property Value
Type |
Description |
DevExpress.ExpressApp.Mobile.DataStoreManager |
The DataStoreManager object that is a list of DevExtreme Stores used by a client-side mobile application.
|
See Also