public sealed class DateTimeInput<T> : InputComponentBase<T>
where T : class
| DateTimeInputT | Initializes a new instance of the DateTimeInputT class |
| Accessor | Accessor for the property |
| Label | Label displayed left of the checkbox element |
| MaxDate | Maximum date for the date picker |
| MinDate | Minimum date for the date picker |
| 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)) |