1 write to _dataGrid
Aspire.Dashboard (1)
Components_Dialogs_ManageDataDialog_razor.g.cs (1)
1164
_dataGrid
4 references to _dataGrid
Aspire.Dashboard (4)
Components\Dialogs\ManageDataDialog.razor.cs (4)
96
if (
_dataGrid
is not null)
98
await
_dataGrid
.SafeRefreshDataAsync();
149
if (
_dataGrid
is not null)
151
await
_dataGrid
.SafeRefreshDataAsync();