VerticalGridExtension(VerticalGridSettings, ViewContext) Constructor
In This Article
Initializes a new instance of the VerticalGridExtension class with the specified settings and provides context information about the view.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
#Declaration
public VerticalGridExtension(
VerticalGridSettings settings,
ViewContext viewContext
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Vertical |
An object containing extension specific settings. |
view |
View |
A View |
See Also