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
"/>.
123
if (_value !=
Value
)
125
_value =
Value
;
163
await TextVisualizerDialog.OpenDialogAsync(ViewportInformation, DialogService, DialogsLoc, ValueDescription, ValueToVisualize ??
Value
?? string.Empty, IsMasked || ContainsSecret);
178
_componentParameters["Value"] =
Value
?? string.Empty;