Back to Devexpress

ListBoxColumnCollection Class

aspnet-devexpress-dot-web-83b6c2a5.md

latest2.8 KB
Original Source

ListBoxColumnCollection Class

Represents a collection of columns for list editors.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ListBoxColumnCollection :
    WebColumnCollectionBase
vb
Public Class ListBoxColumnCollection
    Inherits 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

IList

ICollection

IEnumerable

IStateManager

DevExpress.Utils.IAssignableCollection

Inheritance

Object StateManagedCollectionBase Collection DevExpress.Web.Internal.WebColumnCollectionBase ListBoxColumnCollection BootstrapListBoxFieldCollection

MVCxListBoxColumnCollection

See Also

ListBoxColumnCollection Members

ASPxComboBox.Columns

ASPxListBox.Columns

List Box

DevExpress.Web Namespace