Skip to main content

DashboardArea Enum

Lists values that identify the dashboard area.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v24.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.

#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