Skip to main content
Tab

ListBoxColumnCollection Class

Represents a collection of columns for list editors.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ListBoxColumnCollection :
    WebColumnCollectionBase

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.

Implements

DevExpress.Utils.IAssignableCollection

Inheritance

Object
StateManagedCollectionBase
Collection
DevExpress.Web.Internal.WebColumnCollectionBase
See Also