Skip to main content

MVCxListBoxColumnCollection Class

Represents a collection of columns for list editors.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MVCxListBoxColumnCollection :
    ListBoxColumnCollection

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.

Implements

DevExpress.Web.Internal.IStateManagerTracker
DevExpress.Web.Internal.IPropertiesDirtyTracker
DevExpress.Utils.IAssignableCollection

Inheritance

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