ArrayDataSourceBuilder.Data(IDictionary) Method
Specifies the array associated with the data source object.
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v25.1.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