public sealed class PreviewRow : ComponentBase| PreviewRow | Initializes a new instance of the PreviewRow class |
| CurrentUser | User session data. (Optional) |
| Label | Label indicating the property the value belongs to. |
| Value | The user-assigned value for the property. |
| SetParametersAsync |
Parameters are loaded manually for sake of performance; if we were to use System.Reflection magic, it would hurt performance if components were used in large numbers.
(Overrides ComponentBaseSetParametersAsync(ParameterView)) |