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