Skip to main content

ComboBoxDashboardItem.ComboBoxType Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.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