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
"/>.
120
if (_value !=
Value
)
122
_value =
Value
;
164
Value = ValueToVisualize ??
Value
?? string.Empty,
181
_componentParameters["Value"] =
Value
?? string.Empty;