[]
        
(Showing Draft Content)

C1.Blazor.DateTimeEditors.C1DatePicker

C1DatePicker Class

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

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

Constructors

Name Description
C1DatePicker()

Properties

Name Description
Format

Contains the date format value with default is MM/dd/yyyy

OnValueChanged

Gets or sets the callback that is called when the value is changed.

Value

Get or set value.

ValueChanged

This Callback will gets and sets by framework automatically for binding feature.

Methods

Name Description
OnAfterRender(bool)

Correct rendered layout

OnParametersSet()
ProcessInput(string)

Process input value.

Refresh()

Refresh the control.