Back to Devexpress

Dashboard Surface in the WinForms Designer

dashboard-18205-winforms-dashboard-winforms-designer-ui-elements-and-customization-ui-elements-dashboard-surface.md

latest2.1 KB
Original Source

Dashboard Surface in the WinForms Designer

  • Oct 28, 2021

The Dashboard Surface is the rectangular area displaying the dashboard that you are designing. This area includes dashboard items and the dashboard title.

The DashboardDesignerLayoutSettings static class allows you to change the following layout settings:

DashboardDesignerLayoutSettings.DragDropIndicatorSizeSpecifies the size (in pixels) of the drag/drop indicator.DashboardDesignerLayoutSettings.DropIndicatorUpdateTimeoutSpecifies the update timeout (in milliseconds) for the drop indicator.DashboardDesignerLayoutSettings.DragIndicatorShowTimeoutSpecifies the show timeout (in milliseconds) for the drag/drop indicator.DashboardDesignerLayoutSettings.DragDropIndicatorAlphaLevelAllows you to specify the transparency level (0 to 255) for the drag/drop indicator.DashboardDesignerLayoutSettings.ResizingAreaThicknessSpecifies the thickness (in pixels) of the resizing area.

You can configure a dashboard layout in the UI and in code: