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