CardViewScrollingBuilder.UseNative(Boolean) Method
Specifies whether widget uses native or simulated scrolling. Mirrors the client-side scrolling.useNative option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public CardViewScrollingBuilder UseNative(
bool value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | Boolean | The option value. |
Returns
| Type | Description |
|---|---|
| CardViewScrollingBuilder | A reference to this instance after the method is called. |
See Also