diff --git a/LICENSE b/LICENSE index cd4c9a2..7536adc 100644 --- a/LICENSE +++ b/LICENSE @@ -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 \ No newline at end of file +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 \ No newline at end of file diff --git a/README.md b/README.md index 1bee505..a40a78a 100644 --- a/README.md +++ b/README.md @@ -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. @@ -274,6 +274,7 @@ end; [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