Skip to main content
A newer version of this page is available. .

DxTimeEdit<T> Properties

A Time Edit component.
Name Description
ClearButtonDisplayMode Specifies whether the Time Edit displays the Clear button when it is not empty.
CssClass Specifies the name of the component’s CSS class. Inherited from DxComponentBase.
DisplayFormat Specifies the pattern used to format the Date Edit’s display value when the editor is not focused.
DropDownDirection Specifies the direction in which the drop-down window is displayed relative to the editor’s input element. Inherited from DxDropDownBase<T, JSProxyType>.
DropDownVisible Specifies the current state (displayed/hidden) of a drop-down window. Inherited from DxDropDownBase<T, JSProxyType>.
Enabled Specifies whether an editor is enabled. Inherited from DxDataEditorBase<T, JSProxyType>.
Format Specifies the pattern used to format the Time Edit’s value.
Id For internal use only. Inherited from DxComponentBase.
InputCssClass Specifies CSS classes applied to the Time Edit‘s input.
InputId Specifies a unique identifier (ID) of the Time Edit’s input element.
MaxTime Specifies the maximum time value that can be selected in the Time Edit.
MinTime Specifies the minimum time value that can be selected in the Time Edit.
NullText Specifies the Time Edit’s prompt text when the editor’s value is null.
OutOfRangeNotificationText The notification message displayed when a user selects a time value outside a range in the Time Edit.
ReadOnly Specifies whether read-only mode is active.
SizeMode Specifies an editor size. Inherited from DxResizableEditorBase<T, JSProxyType>.
Time Specifies time that is selected in the Time Edit component.
TimeExpression Specifies a lambda expression that identifies the Time property’s bound value when the Time Edit is placed in the EditForm.
See Also