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

DxDateEdit<T> Properties

A Date Edit component.
Name Description
ClearButtonDisplayMode Specifies whether the Date Edit displays the Clear button when it is not empty.
CssClass Specifies the name of the component’s CSS class. Inherited from DxComponentBase.
Date Specifies the date that is selected in the Date Edit component.
DateExpression Specifies a lambda expression that identifies the Date property’s bound value when the Date Edit is placed in the EditForm.
DisabledDateNotificationText The notification message displayed in the scroll picker mode when a user selects a date disabled by the CustomDisabledDate event.
DisplayFormat Specifies the pattern used to format the Date Edit’s display value when the editor is not focused.
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>.
FirstDayOfWeek Specifies the day from which the Date Edit’s week starts.
Format Specifies the pattern used to format the Date Edit’s value.
Id For internal use only. Inherited from DxComponentBase.
InputCssClass Specifies CSS classes applied to the Date Edit‘s input.
InputId Specifies a unique identifier (ID) of the Date Edit’s input element.
MaxDate Specifies the maximum date that can be selected in the Date Edit.
MinDate Specifies the minimum date that can be selected in the Date Edit.
NullText Specifies the Date Edit’s prompt text when the editor’s value is null.
NullValue Specifies a null value for the Date Edit component.
OutOfRangeNotificationText The notification message displayed in the scroll picker mode when a user selects a date outside a date range.
PickerDisplayMode Specifies the datepicker type.
ReadOnly Specifies whether read-only mode is active.
ScrollPickerFormat Specifies a scroll picker’s date format.
SizeMode Specifies an editor size. Inherited from DxResizableEditorBase<T, JSProxyType>.
TimeSectionVisible Specifies whether the Date Edit displays a time section.
WeekNumberRule Specifies the first week of the year.
See Also