You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ This example application allows users to create new layouts/modify existing layo
30
30
1. Create additional layouts if necessary.
31
31
1. Close and restart the app.
32
32
Click on grid records to switch between dashboard layouts you set up previously.
33
-
Press**Design Dashboard** or **Delete Dashboard** to modify or delete entries.
33
+
Click**Design Dashboard** or **Delete Dashboard** to modify or delete entries.
34
34
35
35

36
36
@@ -118,7 +118,7 @@ end;
118
118
<!-- end-code-block -->
119
119
120
120
To load a different dashboard in the Dashboard Control, assign a new dashboard name and layout.
121
-
The assigned dashboard replaces the current layout definition and resets the dashboard state.
121
+
The assigned layout definition replaces the current definition and resets the dashboard state.
122
122
123
123
You can also clear the Dashboard Control using [TdxCustomDashboardControl.Clear].
124
124
@@ -238,7 +238,7 @@ end;
238
238
239
239
-[Introduction to DevExpress Dashboards for Delphi/C++Builder][dashboards-intro]
240
240
-[Tutorial: Create a dashboard using the Designer Dialog][designer]
241
-
-[Use JSON as a data source for dashboards (as demonstrated in the current example)][json-data-source]
241
+
-[Reports/Dashboards for Delphi/C++Builder: Supported Database Systems][supported-dbms]
242
242
-[Save the dashboard layout to file on every change (code example)][save-to-file]
243
243
- API reference:
244
244
-[TdxCustomDashboardControl] (used to display a dashboard on an application form)
0 commit comments