DashboardArea Enum
In This Article
Lists values that identify the dashboard area.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
#Members
Name | Description |
---|---|
Dashboard
|
Identifies a dashboard title. |
Dashboard
|
Identifies a dashboard item caption. |
Dashboard
|
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