Back to Devexpress

MVCxListBoxColumn Class

aspnetmvc-devexpress-dot-web-dot-mvc-18c1fc22.md

latest3.4 KB
Original Source

MVCxListBoxColumn Class

Contains settings that define an individual column within list editors.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxListBoxColumn :
    ListBoxColumn
vb
Public Class MVCxListBoxColumn
    Inherits ListBoxColumn

The following members return MVCxListBoxColumn objects:

Remarks

The MVCxListBoxColumn class implements the functionality of a list column. This functionality is used by list editors such as the ComboBox and ListBox. Columns can be used to visually organize an editor’s list data into a more readable and convenient form. Columns are maintained within a collection of the MVCxListBoxColumnCollection type, which can be accessed using the Columns property available through the list editor’s settings. An individual column can be accessed within the collection using indexer notation.

An editor’s column can be mapped to a data source’s column by using the ListBoxColumn.FieldName property. Use the WebColumnBase.Caption property to define a column’s caption, and the WebColumnBase.Name property to specify a unique identifier for the column.

Implements

IStateManager

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Web.Internal.IWebControlObject

IPropertiesOwner

IExpressionsAccessor

DevExpress.Web.Design.IDesignTimeCollectionItem

DevExpress.Utils.Design.ICaptionSupport

Inheritance

Object StateManager CollectionItem WebColumnBase ListBoxColumn MVCxListBoxColumn

See Also

MVCxListBoxColumn Members

MVCxComboBoxProperties.Columns

ListBoxProperties.Columns

DevExpress.Web.Mvc Namespace