Skip to main content
A newer version of this page is available. .

MVCxComboBoxProperties.Columns Property

Provides access to a combo box column collection.

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxListBoxColumnCollection Columns { get; }

Property Value

Type Description
MVCxListBoxColumnCollection

An MVCxListBoxColumnCollection object that is a collection of columns.

See Also