public sealed class DateTimeOptionalInput<T> : InputComponentBase<T>
where T : class
| DateTimeOptionalInputT | Initializes a new instance of the DateTimeOptionalInputT class |
| Accessor | Accessor for the property |
| Label | Label displayed left of the checkbox element |
| ToolTip | Tooltip for the checkbox element |
| ValueChangeHandler | Event handler called when input changed |
| 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)) |