[]
        
(Showing Draft Content)

C1.Blazor.DateTimeEditors.C1DateRangePicker

C1DateRangePicker Class

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

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

Constructors

Name Description
C1DateRangePicker()

Setup default date-picker variable

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.

Separator
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

ProcessInput(string)

Process input value.

SubmitChange(DateTime?)

Submit date into Value.