DashboardArea Enum
Lists values that identify the dashboard area.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
Declaration
Members
Name | Description |
---|---|
DashboardTitle
|
Identifies a dashboard title. |
DashboardItemCaption
|
Identifies a dashboard item caption. |
DashboardItem
|
Identifies a dashboard item. |
Remarks
The values listed by this enumeration are used to set the DashboardPopupMenuShowingEventArgs.DashboardArea property.
See Also