Back to Devexpress

VerticalGridRowState Class

aspnetmvc-devexpress-dot-web-dot-mvc-20b3172f.md

latest2.2 KB
Original Source

VerticalGridRowState Class

Contains information (the current state) on an individual row.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class VerticalGridRowState :
    GridBaseColumnState
vb
Public Class VerticalGridRowState
    Inherits GridBaseColumnState

The following members return VerticalGridRowState objects:

Remarks

Refer to Custom Data Binding - Overview, Action Types and Passed Parameters and Implementation of Typed Method Delegates to learn more.

Implements

DevExpress.Data.IDataColumnInfo

DevExpress.Web.Data.IWebColumnInfo

Inheritance

Object GridBaseColumnState VerticalGridRowState

See Also

VerticalGridRowState Members

Vertical Grid

DevExpress.Web.Mvc Namespace