CardViewScrollingBuilder.ShowScrollbar(ShowScrollbarMode) Method
Specifies when to display scroll bars. Applies only if useNative is false. Mirrors the client-side scrolling.showScrollbar option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public CardViewScrollingBuilder ShowScrollbar(
ShowScrollbarMode value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | ShowScrollbarMode | The option value. |
Returns
| Type | Description |
|---|---|
| CardViewScrollingBuilder | A reference to this instance after the method is called. |
See Also