2 implementations of IsValueMasked
Aspire.Dashboard (2)
Model\ResourceViewModel.cs (2)
234
public bool
IsValueMasked
{ get; set; } = true;
260
public bool
IsValueMasked
{ get; set; }
1 write to IsValueMasked
Aspire.Dashboard (1)
Components\Controls\PropertyGrid.razor.cs (1)
148
item.
IsValueMasked
= isValueMasked;
1 reference to IsValueMasked
Aspire.Dashboard (1)
Components\Controls\PropertyGrid.razor.cs (1)
20
/// The <see cref="IsValueSensitive"/> and <see cref="
IsValueMasked
"/> properties control masking behavior,