Back to Devexpress

ComboBoxDashboardItemType Enum

dashboard-devexpress-dot-dashboardcommon-7bf45e6b.md

latest1.3 KB
Original Source

ComboBoxDashboardItemType Enum

Lists values that specify the type of the Combo Box dashboard item.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum ComboBoxDashboardItemType
vb
Public Enum ComboBoxDashboardItemType

Members

NameDescription
Standard

Allows end-users to select only a single value.

| | Checked |

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

|

The following properties accept/return ComboBoxDashboardItemType values:

Remarks

Values listed in this enumeration are used to set the ComboBoxDashboardItem.ComboBoxType property.

See Also

DevExpress.DashboardCommon Namespace