ASPxGridLookup.Columns Property
Provides access to the editor’s column collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(null)]
public GridViewColumnCollection Columns { get; }
#Property Value
Type | Default | Description |
---|---|---|
Grid |
null | A Grid |
#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.