4 references to Value
Aspire.Dashboard (4)
Components\Controls\GridValue.razor.cs (4)
51
/// If set, this value is visualized rather than <see cref="
Value
"/>.
118
if (_value !=
Value
)
120
_value =
Value
;
158
await TextVisualizerDialog.OpenDialogAsync(ViewportInformation, DialogService, DialogsLoc, ValueDescription, ValueToVisualize ??
Value
?? string.Empty, IsMasked || ContainsSecret);