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

ASPxGridLookup.Columns Property

Provides access to the editor’s column collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(null)]
public GridViewColumnCollection Columns { get; }

Property Value

Type Default Description
GridViewColumnCollection *null*

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

Remarks

The Columns property stores a collection of GridViewColumn 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