Back to Devexpress

DxDateEditSettings Members

blazor-devexpress-dot-blazor-dot-dxdateeditsettings-dot-underscore-members.md

latest9.1 KB
Original Source

DxDateEditSettings Members

Contains auto-generated date editor settings.

Constructors

NameDescription
DxDateEditSettings()Initializes a new instance of the DxDateEditSettings class.

Properties

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 DxTextEditSettings.
CssClassAssigns a CSS class to the editor. Inherited from DxEditSettings.
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 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.
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 DxButtonEditSettings.
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 DxTextEditSettings.
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 DxEditSettings.
ScrollPickerFormatSpecifies a scroll picker’s date format.
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.
TimeSectionHourIncrementSpecifies the interval between hour 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 DxEditSettings.
WeekNumberRuleSpecifies the first week of the year.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
CustomDisabledDateAllows you to disable selection of individual dates in the date editor.

See Also

DxDateEditSettings Class

DevExpress.Blazor Namespace