ASPxGridLookup.Columns Property
Provides access to the editor’s column collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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