From b68daca5cd917904e7f27ed73d1210d828de9526 Mon Sep 17 00:00:00 2001 From: Nick Volynkin Date: Mon, 13 Apr 2026 16:36:31 +0300 Subject: [PATCH 1/2] readme: Add a reference link to TdxCustomDashboardControl.Active --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 From b686c60f4d188a9f1ce17a988ed5019aa89a6d40 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Thu, 14 May 2026 21:41:28 +0400 Subject: [PATCH 2/2] Change LICENSE [skip ci] --- LICENSE | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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