Back to Devexpress

VerticalGridExtension Class

aspnetmvc-devexpress-dot-web-dot-mvc-c341eb66.md

latest5.9 KB
Original Source

VerticalGridExtension Class

Represents an extension object implementing the VerticalGrid functionality.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class VerticalGridExtension :
    GridExtensionBase
vb
Public Class VerticalGridExtension
    Inherits GridExtensionBase

The following members return VerticalGridExtension objects:

Show 18 links

Remarks

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 VerticalGrid Overview topic to learn how to add the VerticalGrid extension to your project.

Inheritance

Object ExtensionBase GridExtensionBase VerticalGridExtension VerticalGridExtension<ColumnType>

See Also

VerticalGridExtension Members

Vertical Grid

VerticalGridSettings

DevExpress.Web.Mvc Namespace