aspnet-devexpress-dot-web-dot-mvc-9ee8336b.md
Contains the VerticalGrid extension settings.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v20.1.dll
NuGet Package : DevExpress.Web.Mvc5
public class VerticalGridSettings :
GridSettingsBase
Public Class VerticalGridSettings
Inherits GridSettingsBase
To declare the VerticalGrid in a View, invoke the ExtensionsFactory.VerticalGrid helper method. This method returns the VerticalGrid extension that is implemented by the VerticalGridExtension class.
To configure the VerticalGrid extension, pass the VerticalGridSettings object to the ExtensionsFactory.VerticalGrid helper method as a parameter. The VerticalGridSettings object contains all the VerticalGrid extension settings.
Refer to the Overview - VerticalGrid topic to learn how to add the VerticalGrid extension to your project.
Object SettingsBase GridSettingsBase VerticalGridSettings VerticalGridSettings<ColumnType>
See Also