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.v19.2.dll

Declaration

public ArrayDataSourceBuilder Data(
    JS data
)

Parameters

Name Type Description
data JS

The data array.

Returns

Type Description
ArrayDataSourceBuilder

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

See Also