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

RibbonComboBoxItem.PropertiesComboBox Property

Provides access to the item’s settings that are specific to the combo box.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual RibbonComboBoxProperties PropertiesComboBox { get; }

Property Value

Type Description
RibbonComboBoxProperties

A RibbonComboBoxProperties object that contains combo box specific settings.

See Also