WidgetFactory<TModel>.ScrollView() Method
Creates a ScrollView control.
Namespace: DevExtreme.AspNet.Mvc.Factories
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public ScrollViewBuilder ScrollView()
Returns
Type | Description |
---|---|
ScrollViewBuilder | An instance of ScrollViewBuilder. |
Remarks
This method creates a ScrollViewBuilder class instance whose members can be used to specify ScrollView options.
@(Html.DevExtreme().ScrollView() // create a ScrollView
// call methods to specify control options
)
See Also