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

DashboardArea Enum

Lists values that identify the dashboard area.

Namespace: DevExpress.DashboardWin

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

Declaration

public enum DashboardArea

Members

Name Description
DashboardTitle

Identifies a dashboard title.

DashboardItemCaption

Identifies a dashboard item caption.

DashboardItem

Identifies a dashboard item.

Related API Members

The following properties accept/return DashboardArea values:

Remarks

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

See Also