Skip to main content

ArrayDataSourceBuilder.Data(IDictionary) Method

Specifies the array associated with the data source object.

Namespace: DevExpress.AspNetCore.RichEdit

Assembly: DevExpress.AspNetCore.RichEdit.v23.2.dll

NuGet Package: DevExpress.AspNetCore.RichEdit

Declaration

public ArrayDataSourceBuilder Data(
    IDictionary data
)

Parameters

Name Type Description
data IDictionary

The data source.

Returns

Type Description
ArrayDataSourceBuilder

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

See Also