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.v19.1.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.

Remarks

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

See Also