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

GridLookupViewModel.Columns Property

Provides access to a collection that contains information (the current state) on column objects.

Namespace: DevExpress.Web.Mvc

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

Declaration

public GridLookupColumnStateCollection Columns { get; }

Property Value

Type Description
GridLookupColumnStateCollection

A GridViewColumnStateCollection object containing column states.

Remarks

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

See Also