public sealed class OptionalDecimalInput<T, TParamType> : InputComponentBase<T>
where T : class, IIdLabel
where TParamType : struct, new(), INumber<TParamType>
| OptionalDecimalInputT, TParamType | Initializes a new instance of the OptionalDecimalInputT, TParamType class |
| Accessor | Accessor for the property |
| AllowNegativeNumbers | Whether to allow negative numbers |
| Label | Label left of the checkbox element |
| ToolTip | Tooltip for the checkbox element |
| 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 InputComponentBaseTSetParametersAsync(ParameterView)) |