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