Skip to content

Commit

Permalink
docs(TreeList): add references in TreeListSelectedCellDescriptor article
Browse files Browse the repository at this point in the history
  • Loading branch information
NansiYancheva authored and NansiYancheva committed Sep 30, 2024
1 parent 98209f4 commit ad12e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/treelist/selection/cells.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad12e42

Please sign in to comment.