Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
This code example is provided "as is" without warranty of any kind. Developer Express Inc ("DevExpress") disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose.
This code example is provided "as is" without warranty of any kind. Developer Express Inc ("DevExpress") disclaims all warranties,
either express or implied, including the warranties of merchantability and fitness for a particular purpose.

For licensing terms and conditions of DevExpress product(s) required for, or associated with the use of this code example, please refer to the applicable End-User License Agreement at https://www.devexpress.com/Support/licensingfaq.xml
For terms and conditions governing use of DevExpress product libraries, including product libraries used in this sample,
please review the applicable DevExpress End-User License Agreement at the following address: https://www.devexpress.com/Support/licensingfaq.xml
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ To load a different dashboard in the Dashboard Control, assign a new dashboard n
The assigned layout definition replaces the current definition and resets the dashboard state.

You can also clear the Dashboard Control using [TdxCustomDashboardControl.Clear].
The `Clear` function disables the `TdxCustomDashboardControl.Active` property.
The `Clear` function disables the [TdxCustomDashboardControl.Active] property.
Once you assign a new dashboard layout (and, optionally, a UI interaction state),
you must activate the dashboard control.

Expand Down Expand Up @@ -274,6 +274,7 @@ end;

<!-- reference links -->
[TdxCustomDashboardControl]: https://docs.devexpress.com/VCL/dxDashboard.Control.TdxCustomDashboardControl
[TdxCustomDashboardControl.Active]: https://docs.devexpress.com/VCL/dxDashboard.Control.TdxCustomDashboardControl.Active
[TdxCustomDashboardControl.Clear]: https://docs.devexpress.com/VCL/dxDashboard.Control.TdxCustomDashboardControl.Clear
[TdxCustomDashboardControl.DashboardName]: https://docs.devexpress.com/VCL/dxDashboard.Control.TdxCustomDashboardControl.Layout
[TdxCustomDashboardControl.Layout]: https://docs.devexpress.com/VCL/dxDashboard.Control.TdxCustomDashboardControl.Layout
Expand Down