[]
        
(Showing Draft Content)

C1.Blazor.DateTimeEditors.C1DateTimePicker

C1DateTimePicker Class

Represents a control that can be used to display and edit date and time

Inheritance
C1DateTimePicker
Namespace: C1.Blazor.DateTimeEditors
Assembly: C1.Blazor.DateTimeEditors.dll
Syntax
public class C1DateTimePicker : C1DateTimeBase<DateTime?>, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject

Constructors

Name Description
C1DateTimePicker()

Properties

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.

Methods

Name Description
OnAfterRender(bool)

Correct rendered layout

OnIsDropDownOpenChanged()

Modify dropdown behavior

OnParametersSet()
ProcessInput(string)

Process input value.

Refresh()

Refresh the control.