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