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.v21.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

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