Back to Devexpress

MVCxComboBoxProperties.Columns Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-mvcxcomboboxproperties-c80aab46.md

latest1.2 KB
Original Source

MVCxComboBoxProperties.Columns Property

Provides access to a combo box column collection.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public MVCxListBoxColumnCollection Columns { get; }
vb
Public ReadOnly Property Columns As MVCxListBoxColumnCollection

Property Value

TypeDescription
MVCxListBoxColumnCollection

An MVCxListBoxColumnCollection object that is a collection of columns.

|

See Also

MVCxComboBoxProperties Class

MVCxComboBoxProperties Members

DevExpress.Web.Mvc Namespace