Back to Devexpress

DxTimeEditSettings Properties

blazor-devexpress-dot-blazor-dot-dxtimeeditsettings-dot-underscore-properties.md

latest5.2 KB
Original Source

DxTimeEditSettings Properties

Contains settings of an auto-generated time editor.

NameDescription
ApplyValueOnOutsideClickSpecifies whether the Time Edit hides action buttons ( OK and Cancel ) and updates the value on outside click.
ClearButtonDisplayModeSpecifies whether an editor displays the Clear button when the editor is not empty. Inherited from DxTextEditSettings.
CssClassAssigns a CSS class to the editor. Inherited from DxEditSettings.
DisplayFormatSpecifies the pattern used to format unfocused editor values. Inherited from DxButtonEditSettings.
DropDownBodyCssClassAssigns a CSS class to the body of the editor’s drop-down window. Inherited from DxDropDownEditSettings.
DropDownCssClassAssigns a CSS class to the editor’s drop-down window. Inherited from DxDropDownEditSettings.
DropDownDirectionSpecifies the direction in which the drop-down window is displayed in relation to the editor’s input element. Inherited from DxDropDownEditSettings.
EnabledSpecifies whether an editor is enabled. Inherited from DxEditSettings.
FormatSpecifies the pattern used to format time editor values.
HourIncrementSpecifies the interval between hour values in a scroll picker.
InputCssClassAssigns a CSS class to the editor’s input field. Inherited from DxButtonEditSettings.
MaskSpecifies a mask pattern.
MaskPropertiesAllows you to define mask properties.
MaxTimeSpecifies the maximum time value that can be selected in the time editor.
MinTimeSpecifies the minimum time value that can be selected in the time editor.
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 DxTextEditSettings.
OutOfRangeNotificationTextSpecifies the notification message displayed when a user selects a time value outside the permitted time range.
ReadOnlySpecifies whether a user can change an editor’s value. Inherited from DxEditSettings.
ScrollPickerFormatSpecifies the scroll picker’s time format.
SecondIncrementSpecifies the interval between seconds values in a scroll picker.
ShowDropDownButtonSpecifies whether the editor displays the built-in button that invokes a drop-down window. Inherited from DxDropDownEditSettings.
ShowValidationIconSpecifies whether an editor shows validation icons. Inherited from DxTextEditSettings.
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 DxEditSettings.
ValidationEnabledSpecifies whether the editor validates user input. Inherited from DxEditSettings.

See Also

DxTimeEditSettings Class

DxTimeEditSettings Members

DevExpress.Blazor Namespace