aspnet-devexpress-dot-web-83b6c2a5.md
Represents a collection of columns for list editors.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class ListBoxColumnCollection :
WebColumnCollectionBase
Public Class ListBoxColumnCollection
Inherits WebColumnCollectionBase
The following members return ListBoxColumnCollection objects:
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.
DevExpress.Utils.IAssignableCollection
Object StateManagedCollectionBase Collection DevExpress.Web.Internal.WebColumnCollectionBase ListBoxColumnCollection BootstrapListBoxFieldCollection
See Also