Back to Devexpress

ListBoxDashboardItemType Enum

dashboard-devexpress-dot-dashboardcommon-9295b7a3.md

latest1.3 KB
Original Source

ListBoxDashboardItemType Enum

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

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum ListBoxDashboardItemType
vb
Public Enum ListBoxDashboardItemType

Members

NameDescription
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.

|

The following properties accept/return ListBoxDashboardItemType values:

Remarks

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

See Also

DevExpress.DashboardCommon Namespace