Back to Devexpress

MVCxListBoxColumnCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-11b7d527.md

latest3.2 KB
Original Source

MVCxListBoxColumnCollection Class

Represents a collection of columns for list editors.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxListBoxColumnCollection :
    ListBoxColumnCollection
vb
Public Class MVCxListBoxColumnCollection
    Inherits ListBoxColumnCollection

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.

Implements

IList

ICollection

IEnumerable

IStateManager

DevExpress.Web.Internal.IStateManagerTracker

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Utils.IAssignableCollection

Inheritance

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

See Also

MVCxListBoxColumnCollection Members

MVCxComboBoxProperties.Columns

ListBoxProperties.Columns

DevExpress.Web.Mvc Namespace