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

ListBoxColumnCollection Class

Represents a collection of columns for list editors.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class ListBoxColumnCollection :
    WebColumnCollectionBase

The following members return ListBoxColumnCollection objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxComboBox.Columns
ASPxListBox.Columns
ComboBoxProperties.Columns
ListBoxProperties.Columns
ASP.NET Bootstrap Controls BootstrapComboBox.Columns
BootstrapComboBoxProperties.Columns
BootstrapListBox.Columns
BootstrapListBoxProperties.Columns

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