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.
DayCellTemplate Specifies the template used to display day cells.
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.
DropDownBodyCssClass Specifies the name of the CSS class applied to the drop-down body in the Date Edit.
DropDownCssClass Specifies the name of the CSS class applied to the Date Edit’s drop-down.
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 Specifies the component’s unique identifier. 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.
Mask Specifies a mask pattern.
MaskProperties Allows you to define mask properties for the Date Edit with custom day cells.
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>.
TimeSectionScrollPickerFormat Specifies the format of the time in the time section.
TimeSectionVisible Specifies whether the Date Edit displays a time section.
WeekNumberRule Specifies the first week of the year.
See Also