Skip to content

Commit a57946f

Browse files
docs(TreeView): Apply auto layout to API tables. (#3171)
Co-authored-by: Dimo Dimov <[email protected]>
1 parent 8fa143c commit a57946f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/treeview/drag-drop.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ The `OnDragStart` event fires when the user starts dragging a node. It provides
4242

4343
The `OnDragStart` event handler receives as an argument an object of type `TreeViewDragStartEventArgs` that contains:
4444

45+
@[template](/_contentTemplates/common/parameters-table-styles.md#table-layout)
46+
4547
| Parameter | Type | Description |
4648
| --- | --- | --- |
4749
| `Item` | `object` | Represents the dragged row. You can cast this object to your model class. |

0 commit comments

Comments
 (0)