Skip to main content

ComboBoxDashboardItem.ComboBoxType Property

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

Namespace: DevExpress.DashboardCommon

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

Available values:

Name Description
Standard

Allows end-users to select only a single value.

Checked

Allows end-users to select multiple values in the drop-down list.

See Also