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"/>. 118if (_value != Value) 120_value = Value; 158await TextVisualizerDialog.OpenDialogAsync(ViewportInformation, DialogService, DialogsLoc, ValueDescription, ValueToVisualize ?? Value ?? string.Empty, IsMasked || ContainsSecret);