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

DxTimeEdit<T> Members

A Time Edit component.

Constructors

Name Description
DxTimeEdit() Initializes a new instance of the DxTimeEdit<T> class.

Properties

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 Time Edit’s display value when the editor is not focused.
DropDownBodyCssClass Specifies the name of the CSS class applied to the drop-down body in the Time Edit.
DropDownCssClass Specifies the name of the CSS class applied to the Time Edit’s drop-down.
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 Specifies the component’s unique identifier. 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.
Mask Specifies a mask pattern.
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.
ScrollPickerFormat Specifies the scroll picker’s time format.
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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FocusAsync() Moves focus to the Time Edit component.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ShowDropDown() Displays an editor’s drop-down window. Inherited from DxDropDownBase<T, JSProxyType>.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
DropDownVisibleChanged Fires when an editor’s drop-down window visibility is changed. Inherited from DxDropDownBase<T, JSProxyType>.
TimeChanged Fires after a user changes time in the Time Edit.
See Also