Skip to main content

GridLookupSettings.Columns Property

Provides access to the editor’s column collection.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxGridViewColumnCollection Columns { get; }

Property Value

Type Description
MVCxGridViewColumnCollection

A MVCxGridViewColumnCollection object that represents a collection of columns to be displayed within the built-in GridView.

Remarks

The Columns property stores a collection of MVCxGridViewColumn objects that represent columns. It provides methods that allow you to add new and remove existing columns. Individual columns can be accessed using indexed notation.

See Also