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

ASPxListBox.Columns Property

Provides access to the editor’s column collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ListBoxColumnCollection Columns { get; }

Property Value

Type Description
ListBoxColumnCollection

A ListBoxColumnCollection object which represents the collection columns within the editor.

Remarks

This property is a wrapper of the ListBoxProperties.Columns property.

See Also