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