aspnetmvc-devexpress-dot-web-dot-mvc-11b7d527.md
Represents a collection of columns for list editors.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public class MVCxListBoxColumnCollection :
ListBoxColumnCollection
Public Class MVCxListBoxColumnCollection
Inherits ListBoxColumnCollection
The following members return MVCxListBoxColumnCollection objects:
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.
DevExpress.Web.Internal.IStateManagerTracker
DevExpress.Web.Internal.IPropertiesDirtyTracker
DevExpress.Utils.IAssignableCollection
Object StateManagedCollectionBase Collection DevExpress.Web.Internal.WebColumnCollectionBase ListBoxColumnCollection MVCxListBoxColumnCollection
See Also
MVCxListBoxColumnCollection Members