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

MVCxRibbonComboBoxItem.PropertiesComboBox Property

Provides access to the settings which are specific to the combo box in the ribbon.

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxRibbonComboBoxProperties PropertiesComboBox { get; }

Property Value

Type Description
MVCxRibbonComboBoxProperties

An MVCxRibbonComboBoxProperties object containing the combo box’s specific settings.

See Also