Skip to main content
A newer version of this page is available. .

CardViewColumnStateCollection Class

A collection that contains information (the current state) on column objects.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class CardViewColumnStateCollection :
    GridBaseColumnStateCollection<CardViewColumnState>

The following members return CardViewColumnStateCollection objects:

Remarks

Refer to Custom Data Binding - Overview and Action Types and Passed Parameters to learn more.

See Also