Back to Devexpress

DxTimeEdit<T> Properties

blazor-devexpress-dot-blazor-dot-dxtimeedit-1-dot-underscore-properties.md

latest6.4 KB
Original Source

DxTimeEdit<T> Properties

A time editor with a drop-down time picker.

NameDescription
ApplyValueOnOutsideClickSpecifies whether the component hides action buttons ( OK and Cancel ) and updates the value on outside click.
AttributesSpecifies a collection of standard HTML attributes applied to the editor. Inherited from DxInputDataEditorBase<T>.
ButtonsAllows you to add command buttons to the Time Edit.
ClearButtonDisplayModeSpecifies whether an input editor displays the Clear button when it is not empty. Inherited from DxInputDataEditorBase<T>.
CssClassAssigns a CSS class to the editor. Inherited from DxDataEditor<T>.
DisplayFormatSpecifies the pattern used to format the Time Edit’s display value when the editor is not focused.
DropDownBodyCssClassAssigns a CSS class to the drop-down body in the Time Edit.
DropDownCssClassAssigns a CSS class to the Time Edit’s drop-down.
DropDownDirectionSpecifies the direction in which the drop-down time picker is displayed relative to the editor’s input element.
DropDownVisibleSpecifies the current state (displayed/hidden) of the drop-down time picker.
EnabledSpecifies whether an editor is enabled. Inherited from DxDataEditor<T>.
FormatSpecifies the pattern used to format the Time Edit’s value.
HourIncrementSpecifies the interval between hour values in a scroll picker.
IdSpecifies the component’s unique identifier. Inherited from DxInputDataEditorBase<T>.
InputCssClassAssigns a CSS class to the editor’s input. Inherited from DxInputDataEditorBase<T>.
InputIdSpecifies a unique identifier (ID) of an editor’s input element. Inherited from DxInputDataEditorBase<T>.
MaskSpecifies a mask pattern.
MaxTimeSpecifies the maximum time value that can be selected in the Time Edit.
MinTimeSpecifies the minimum time value that can be selected in the Time Edit.
MinuteIncrementSpecifies the interval between minute values in a scroll picker.
NullTextSpecifies the editor’s prompt text when the editor’s value is null. Inherited from DxInputDataEditorBase<T>.
OutOfRangeNotificationTextThe notification message displayed when a user selects a time value outside a range in the Time Edit.
ReadOnlySpecifies whether read-only mode is active. Inherited from DxDataEditor<T>.
ScrollPickerFormatSpecifies the scroll picker’s time format.
SecondIncrementSpecifies the interval between seconds values in a scroll picker.
ShowDropDownButtonSpecifies whether the Time Edit displays the built-in button that invokes a time picker.
ShowValidationIconSpecifies whether an editor shows validation icons. Inherited from DxInputDataEditorBase<T>.
ShowValidationSuccessStateSpecifies whether the editor indicates successful validation. When an input value is valid, the editor displays a green outline and can show a success icon. Inherited from DxDataEditor<T>.
SizeModeSpecifies an editor size. Inherited from DxDataEditor<T>.
TimeSpecifies time that is selected in the Time Edit component.
TimeExpressionSpecifies a lambda expression that identifies the Time property’s bound value when the Time Edit is placed in the EditForm.
ValidationEnabledSpecifies whether the editor validates user input. Inherited from DxDataEditor<T>.

See Also

DxTimeEdit<T> Class

DxTimeEdit<T> Members

DevExpress.Blazor Namespace