Skip to main content
A newer version of this page is available. .

ArrayDataSourceBuilder.Key(String[]) Method

Specifies the key(s) used to access data items.

Namespace: DevExpress.AspNetCore.RichEdit

Assembly: DevExpress.AspNetCore.RichEdit.v19.2.dll

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