ExtensionsFactory.VerticalGrid(VerticalGridSettings) Method
Creates a VerticalGrid.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| settings | VerticalGridSettings | A VerticalGridSettings object containing VerticalGrid extension settings. |
Returns
| Type | Description |
|---|---|
| VerticalGridExtension | A VerticalGridExtension object implementing the VerticalGrid functionality. |
See Also