Back to Devexpress

ASPxGridLookup.Columns Property

aspnet-devexpress-dot-web-dot-aspxgridlookup-f9732f02.md

latest1.6 KB
Original Source

ASPxGridLookup.Columns Property

Provides access to the editor’s column collection.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(null)]
public GridViewColumnCollection Columns { get; }
vb
<DefaultValue(Nothing)>
Public ReadOnly Property Columns As GridViewColumnCollection

Property Value

TypeDefaultDescription
GridViewColumnCollectionnull

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

AutoGenerateColumns

ASPxGridLookup

ASPxGridLookup Class

ASPxGridLookup Members

DevExpress.Web Namespace