ComboBoxDashboardItemType Enum
In This Article
Lists values that specify the type of the Combo Box dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Members
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. |
#Related API Members
The following properties accept/return ComboBoxDashboardItemType values:
#Remarks
Values listed in this enumeration are used to set the ComboBoxDashboardItem.ComboBoxType property.
See Also