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

ComboBoxDashboardItem.ComboBoxType Property

Gets or sets the type of the Combo Box dashboard item.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

[DefaultValue(ComboBoxDashboardItemType.Standard)]
public ComboBoxDashboardItemType ComboBoxType { get; set; }

Property Value

Type Default Description
ComboBoxDashboardItemType Standard

A ComboBoxDashboardItemType enumeration value that specifies the type of the Combo Box dashboard item.

See Also