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