Back to Devexpress

IDateEditSettings Properties

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

latest6.6 KB
Original Source

IDateEditSettings Properties

Declares date edit settings.

NameDescription
ApplyValueOnOutsideClickSpecifies whether the Date 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 ITextEditSettings.
CssClassAssigns a CSS class to the editor. Inherited from IEditSettings.
DayCellTemplateSpecifies the template used to display day cells.
DisabledDateNotificationTextThe notification message displayed in scroll picker mode when a user selects a date disabled by the CustomDisabledDate event.
DisplayFormatSpecifies the pattern used to format unfocused editor values. Inherited from IButtonEditSettings.
DropDownBodyCssClassAssigns a CSS class to the body of the editor’s drop-down window. Inherited from IDropDownEditSettings.
DropDownCssClassAssigns a CSS class to the editor’s drop-down window. Inherited from IDropDownEditSettings.
DropDownDirectionSpecifies the direction in which the drop-down window is displayed in relation to the editor’s input element. Inherited from IDropDownEditSettings.
EnabledSpecifies whether an editor is enabled. Inherited from IEditSettings.
FirstDayOfWeekSpecifies the first day of the date editor’s week.
FormatSpecifies the pattern used to format date editor values.
InputCssClassAssigns a CSS class to the editor’s input field. Inherited from IButtonEditSettings.
MaskSpecifies a mask pattern.
MaskPropertiesAllows you to define mask properties.
MaxDateSpecifies the maximum date that can be selected in the date editor.
MinDateSpecifies the minimum date that can be selected in the date editor.
NullTextSpecifies the editor’s prompt text when the editor’s value is null. Inherited from ITextEditSettings.
NullValueSpecifies a null value for the date editor.
OutOfRangeNotificationTextSpecifies the notification message displayed in the scroll picker mode when a user selects a date outside the permitted date range.
PickerDisplayModeSpecifies the datepicker type.
ReadOnlySpecifies whether a user can change an editor’s value. Inherited from IEditSettings.
ScrollPickerFormatSpecifies a scroll picker’s date format.
ShowDropDownButtonSpecifies whether the editor displays the built-in button that invokes a drop-down window. Inherited from IDropDownEditSettings.
ShowValidationIconSpecifies whether an editor shows validation icons. Inherited from ITextEditSettings.
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 IEditSettings.
TimeSectionHourIncrementSpecifies the interval between hours values in a scroll picker.
TimeSectionMinuteIncrementSpecifies the interval between minute values in a scroll picker.
TimeSectionScrollPickerFormatSpecifies the format of the time in the time section.
TimeSectionSecondIncrementSpecifies the interval between seconds values in a scroll picker.
TimeSectionVisibleSpecifies whether the date editor displays a time section.
ValidationEnabledSpecifies whether the editor validates user input. Inherited from IEditSettings.
WeekNumberRuleSpecifies the first week of the year.

See Also

IDateEditSettings Interface

IDateEditSettings Members

DevExpress.Blazor Namespace