WidgetFactory<TModel>.ScrollView() Method
In This Article
Creates a ScrollView control.
Namespace: DevExtreme.AspNet.Mvc.Factories
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public ScrollViewBuilder ScrollView()
#Returns
Type | Description |
---|---|
Scroll |
An instance of Scroll |
#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