Back to Devexpress

GridViewColumnState Class

aspnetmvc-devexpress-dot-web-dot-mvc-78e5799c.md

latest2.2 KB
Original Source

GridViewColumnState Class

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

The following members return GridViewColumnState 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 GridViewColumnState GridLookupColumnState

See Also

GridViewColumnState Members

Grid View

DevExpress.Web.Mvc Namespace