MVCxRibbonComboBoxProperties.Columns Property
In This Article
Provides access to a collection of combo box columns in the ribbon.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxListBoxColumnCollection Columns { get; }
#Property Value
Type | Description |
---|---|
MVCx |
An MVCx |
See Also