5 references to Value
Aspire.Dashboard (5)
Components\Controls\GridValue.razor.cs (5)
52/// If set, this value is visualized rather than <see cref="Value"/>. 123if (_value != Value) 125_value = Value; 163await TextVisualizerDialog.OpenDialogAsync(ViewportInformation, DialogService, DialogsLoc, ValueDescription, ValueToVisualize ?? Value ?? string.Empty, IsMasked || ContainsSecret); 178_componentParameters["Value"] = Value ?? string.Empty;