ASPxGridListEditor.Columns Property
In This Article
Provides access to a collection of objects representing the ASPxGridListEditor‘s columns.
Namespace: DevExpress.ExpressApp.Web.Editors.ASPx
Assembly: DevExpress.ExpressApp.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
#Declaration
#Property Value
Type | Description |
---|---|
IList<DevExpress. |
An IList |
#Remarks
Generally, you do not need to use this property.
See Also