ListBoxColumnCollection Class
Represents a collection of columns for list editors.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return ListBoxColumnCollection objects:
Remarks
List editors (such as the ASPxComboBox and ASPxListBox) store their columns within a collection which is represented by an instance of the ListBoxColumnCollection class. This collection can be accessed via the list editor’s Columns property. The properties and methods exposed by the ListBoxColumnCollection class can be used to perform common collection operations, such as adding or deleting columns. Each column within the collection is represented by a ListBoxColumn object. Individual columns can be accessed using indexer notation.