Skip to main content
A newer version of this page is available. .

ArrayDataSourceBuilder.Data(JS) Method

Specifies the array associated with the data source object.

Namespace: DevExpress.AspNetCore.RichEdit

Assembly: DevExpress.AspNetCore.RichEdit.v21.1.dll

NuGet Package: DevExpress.AspNetCore.RichEdit

Declaration

public ArrayDataSourceBuilder Data(
    JS data
)

Parameters

Name Type Description
data JS

The data source.

Returns

Type Description
ArrayDataSourceBuilder

An object that can be used to further configure the data source.

See Also