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

ASPxGridListEditor.Columns Property

Provides access to a collection of objects representing the ASPxGridListEditor‘s columns.

Namespace: DevExpress.ExpressApp.Web.Editors.ASPx

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

Declaration

public override IList<ColumnWrapper> Columns { get; }

Property Value

Type Description
IList<DevExpress.ExpressApp.Editors.ColumnWrapper>

An IList<ColumnWrapper> object representing a collection of ASPxGridListEditor‘s column wrappers.

Remarks

Generally, you do not need to use this property.

See Also