Skip to main content
A newer version of this page is available. .

ComboBoxDashboardItemType Enum

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public enum ComboBoxDashboardItemType

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.

Remarks

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

See Also