@using EgwCoreLib.Razor
@* @(Name + " " + (Index+ 1)) *@ @(Index + 1) @if(BaseUser) { @(CurrRec.SelMeasureType.ToString() switch { "Absolute" => "mm", "Proportional" => "*", "Percentage" => "%", _ => CurrRec.SelMeasureType.ToString() }) } else { }