Back to Devexpress

DashboardItemArea Enum

dashboard-devexpress-dot-dashboardwin-1837e2c4.md

latest1.5 KB
Original Source

DashboardItemArea Enum

Lists values that identify the dashboard item area.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public enum DashboardItemArea
vb
Public Enum DashboardItemArea

Members

NameDescription
None

The area does not belong to a dashboard item.

| | DashboardItem |

Identifies a dashboard item.

| | GridColumnHeader |

Identifies a grid column header.

| | GridColumnTotal |

Identifies a grid column total.

|

The following properties accept/return DashboardItemArea values:

Remarks

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

See Also

DashboardArea

DevExpress.DashboardWin Namespace