DataSourceFactory Class
In This Article
Provides methods that allow you to configure data access from different sources.
Namespace: DevExtreme.AspNet.Mvc.Factories
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
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.
See Also