From d0f7718c4fb5dd8287800c065a549f3a3eaceec4 Mon Sep 17 00:00:00 2001 From: NansiYancheva Date: Mon, 30 Sep 2024 10:16:29 +0300 Subject: [PATCH] docs(TreeList): add references in TreeListSelectedCellDescriptor article --- components/treelist/selection/cells.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/treelist/selection/cells.md b/components/treelist/selection/cells.md index 3779bbe3b..d68615b77 100644 --- a/components/treelist/selection/cells.md +++ b/components/treelist/selection/cells.md @@ -196,8 +196,8 @@ The `TreeListSelectedCellDescriptor` type exposes the following properties: | Property Name | Type | Description | | --- | --- | --- | -| `ColumnField` | `string` | The value of the TreeList column `Field` parameter, if set. | -| `ColumnId` | `string` | The value of the TreeList column `Id` parameter, if set. | +| `ColumnField` | `string` | The value of the TreeList column [`Field` parameter](/blazor-ui/api/telerik.blazor.components.common.boundcolumnbase#Telerik_Blazor_Components_Common_BoundColumnBase_Field), if set. | +| `ColumnId` | `string` | The value of the TreeList column [`Id` parameter](/blazor-ui/api/Telerik.Blazor.Components.Common.ColumnBase#Telerik_Blazor_Components_Common_ColumnBase_Id), if set. | | `DataItem` | `object` | The TreeList data item instance. Cast it to the actual TreeList model type before use. | ## Selection When Data Changes