StaticJsonDataSourceBuilder.Key(String[]) Method
Specifies the JSON data key(s).
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v24.1.dll
NuGet Package: DevExpress.AspNetCore.RichEdit
Declaration
public StaticJsonDataSourceBuilder Key(
params string[] key
)
Parameters
Name | Type | Description |
---|---|---|
key | String[] | The key(s). |
Returns
Type | Description |
---|---|
StaticJsonDataSourceBuilder | An object that can be used to further configure the data source. |
See Also