ComboBoxDashboardItem.ComboBoxType Property
In This Article
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 |
---|---|---|
Combo |
Standard | A Combo |
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