DataSourceFactory Class
Provides methods that allow you to configure data access from different sources.
Namespace: DevExtreme.AspNet.Mvc.Factories
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public class DataSourceFactory
Remarks
Do not instantiate this class explicitly. A new DataSourceFactory
class instance is created when you call the DataSource
method.
Refer to Bind Controls to Data for more information.
Inheritance
Object
DataSourceFactory
See Also