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

ListBoxDashboardItemType Enum

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

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public enum ListBoxDashboardItemType

Members

Name Description
Checked

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

Radio

Allows end-users to select only a single value in the radio group.

Remarks

Values listed in this enumeration are used to set the ListBoxDashboardItem.ListBoxType property.

See Also