Back to Devexpress

MVCxListBoxProperties.Columns Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-mvcxlistboxproperties-8d7916ae.md

latest1.2 KB
Original Source

MVCxListBoxProperties.Columns Property

Provides access to a list box columns 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

MVCxListBoxProperties Class

MVCxListBoxProperties Members

DevExpress.Web.Mvc Namespace