Skip to main content

ArrayDataSourceBuilder Class

Provides methods that allow you to configure access to a collection: Array, List, or IEnumerable.

Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class ArrayDataSourceBuilder :
    StoreDataSourceBuilder

Remarks

Do not instantiate this class explicitly. A new ArrayDataSourceBuilder class instance is created when you call the Array() method.

Inheritance

See Also