Skip to main content

DashboardArea Enum

Lists values that identify the dashboard area.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

public enum DashboardArea

Members

Name Description
DashboardTitle

Identifies a dashboard title.

DashboardItemCaption

Identifies a dashboard item caption.

DashboardItem

Identifies a dashboard item.

Remarks

The values listed by this enumeration are used to set the DashboardPopupMenuShowingEventArgs.DashboardArea property.

See Also