JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Docking Layout › How to get LayoutPanelItem object from closing event parameter › Reply To: How to get LayoutPanelItem object from closing event parameter
March 16, 2021 at 9:37 am
#101626
david
Member
I found a possible solution but it is a bit convoluted:
event.path[4].items[event.detail.index].id
The path[4] is the LayoutPanel which contains the closing tab.