Skip to main content

MVCxListBoxProperties.Columns Property

Provides access to a list box columns collection.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxListBoxColumnCollection Columns { get; }

Property Value

Type Description
MVCxListBoxColumnCollection

An MVCxListBoxColumnCollection object that is a collection of columns.

See Also