ArrayDataSourceBuilder.Data(DataTable) Method
Specifies the array associated with the data source object.
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v24.1.dll
NuGet Package: DevExpress.AspNetCore.RichEdit
Declaration
public ArrayDataSourceBuilder Data(
DataTable data
)
Parameters
Name | Type | Description |
---|---|---|
data | DataTable | The data source. |
Returns
Type | Description |
---|---|
ArrayDataSourceBuilder | An object that can be used to further configure the data source. |
See Also