[]
        
(Showing Draft Content)

C1.Blazor.DateTimeEditors.C1TimeEditor

C1TimeEditor Class

C1TimeEditor control extends the C1DropDown class to allow easy entry and editing of time values.

Inheritance
C1TimeEditor
Namespace: C1.Blazor.DateTimeEditors
Assembly: C1.Blazor.DateTimeEditors.dll
Syntax
public class C1TimeEditor : C1DropDown, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject

Constructors

Name Description
C1TimeEditor()

Properties

Name Description
ClockType

Gets or sets the earliest time that the user can enter.

Format

Gets or sets the format used to display the selected time.

The format string is expressed as a .NET-style time format string.

IsEnabled

Gets or sets the enabled status.

IsReadOnly

Gets or sets the read-only status.

Max

Gets or sets the latest time that the user can enter.

Min

Gets or sets the earliest time that the user can enter.

OnValueChanged

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

Placeholder

Gets or sets the placeholder displayed when there is no entered text.

Value

Gets or sets the current input time.

ValueChanged

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

Methods

Name Description
OnInitialized()

Setup default values