CardViewBuilder<T>.SelectedCardKeys(IEnumerable) Method
Allows you to select cards or determine which cards are selected. Mirrors the client-side selectedCardKeys option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public CardViewBuilder<T> SelectedCardKeys(
IEnumerable value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | IEnumerable | The option value. |
Returns
| Type | Description |
|---|---|
| CardViewBuilder<T> | A reference to this instance after the method is called. |
See Also