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