DashboardItemArea Enum
In This Article
Lists values that identify the dashboard item area.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
#Members
Name | Description |
---|---|
None
|
The area does not belong to a dashboard item. |
Dashboard
|
Identifies a dashboard item. |
Grid
|
Identifies a grid column header. |
Grid
|
Identifies a grid column total. |
#Related API Members
The following properties accept/return DashboardItemArea values:
#Remarks
The values listed by this enumeration are used to set the DashboardPopupMenuShowingEventArgs.DashboardItemArea property.
See Also