You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/treelist/selection/cells.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -196,8 +196,8 @@ The `TreeListSelectedCellDescriptor` type exposes the following properties:
196
196
197
197
| Property Name | Type | Description |
198
198
| --- | --- | --- |
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. |
201
201
|`DataItem`|`object`| The TreeList data item instance. Cast it to the actual TreeList model type before use. |
0 commit comments