Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxRibbonComboBoxProperties PropertiesComboBox { get; }

Property Value

Type Description
MVCxRibbonComboBoxProperties

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

See Also