[]
Represents a control that can be used to display and edit date and time
public class C1DateTimePicker : C1DateTimeBase<DateTime?>, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject
Name | Description |
---|---|
C1DateTimePicker() |
Name | Description |
---|---|
Format | Contains the date format value with default is MM/dd/yyyy hh:mm tt |
OnValueChanged | Gets or sets the callback that is called when the value is changed. |
SelectionMode | Gets or sets the selection mode. |
Value | Get or set value. |
ValueChanged | This Callback will gets and sets by Blazor framework automatically for binding feature. |
ViewMode | Gets or sets the selection mode. |
Name | Description |
---|---|
OnAfterRender(bool) | Correct rendered layout |
OnIsDropDownOpenChanged() | Modify dropdown behavior |
OnParametersSet() | |
ProcessInput(string) | Process input value. |
Refresh() | Refresh the control. |