Skip to content

Commit 91e7abf

Browse files
docs(TreeList): add references in TreeListSelectedCellDescriptor article (#2399)
1 parent e2929ba commit 91e7abf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/treelist/selection/cells.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ The `TreeListSelectedCellDescriptor` type exposes the following properties:
196196

197197
| Property Name | Type | Description |
198198
| --- | --- | --- |
199-
| `ColumnField` | `string` | The value of the TreeList column `Field` parameter, if set. |
200-
| `ColumnId` | `string` | The value of the TreeList column `Id` parameter, if set. |
199+
| `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. |
200+
| `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. |
201201
| `DataItem` | `object` | The TreeList data item instance. Cast it to the actual TreeList model type before use. |
202202

203203
## Selection When Data Changes

0 commit comments

Comments
 (0)