Skip to main content

ArrayDataSourceBuilder.Data(IEnumerable) Method

Specifies the array associated with the Store.

Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public ArrayDataSourceBuilder Data(
    IEnumerable data
)

Parameters

Name Type Description
data IEnumerable

A collection that supplies data for the control.

Returns

Type
ArrayDataSourceBuilder
See Also