Back to Devexpress

DashboardArea Enum

dashboard-devexpress-dot-dashboardwin-37f8e06f.md

latest1.6 KB
Original Source

DashboardArea Enum

Lists values that identify the dashboard area.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public enum DashboardArea
vb
Public Enum DashboardArea

Members

NameDescription
DashboardTitle

Identifies a dashboard title.

| | DashboardItemCaption |

Identifies a dashboard item caption.

| | DashboardItem |

Identifies a dashboard item.

|

The following properties accept/return DashboardArea values:

Remarks

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

See Also

DashboardItemArea

DevExpress.DashboardWin Namespace