DashboardPopupMenuShowingEventArgs.DashboardItemArea Property
In This Article
Gets the area of the dashboard item for which the event has been raised.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public DashboardItemArea DashboardItemArea { get; }
#Property Value
Type | Description |
---|---|
Dashboard |
A Dashboard |
Available values:
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. |
See Also