Skip to main content
A newer version of this page is available. .

DashboardItemArea Enum

Lists values that identify the dashboard item area.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v20.1.Win.dll

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.Win.Dashboard

Declaration

public enum DashboardItemArea

Members

Name Description
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.

Remarks

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

See Also