Back to Devexpress

DxDateRangePicker<T> Members

blazor-devexpress-dot-blazor-dot-dxdaterangepicker-1-dot-underscore-members.md

latest9.2 KB
Original Source

DxDateRangePicker<T> Members

A component that allows you to select date ranges.

Constructors

NameDescription
DxDateRangePicker()Initializes a new instance of the DxDateRangePicker<T> class.

Properties

NameDescription
AttributesSpecifies a collection of standard HTML attributes applied to the editor. Inherited from DxInputDataEditorBase<T>.
ButtonsAllows you to add command buttons to the Date Range Picker.
ClearButtonDisplayModeSpecifies whether an input editor displays the Clear button when it is not empty. Inherited from DxInputDataEditorBase<T>.
CssClassAssigns a CSS class to the editor. Inherited from DxDataEditor<T>.
DayCellTemplateSpecifies the template used to display day cells.
DisplayFormatSpecifies the pattern used to format the Date Range Picker’s display values.
DropDownBodyCssClassAssigns a CSS class to the drop-down body in the Date Range Picker.
DropDownCssClassAssigns a CSS class to the Date Range Picker’s drop-down window.
DropDownDirectionSpecifies the direction in which the drop-down window is displayed relative to the editor’s input element.
DropDownVisibleSpecifies the current state (displayed/hidden) of a drop-down calendar.
EnabledSpecifies whether an editor is enabled. Inherited from DxDataEditor<T>.
EndDateSpecifies the end date of the range.
EndDateExpressionSpecifies a lambda expression that identifies the EndDate property’s bound value when the Date Range Picker is placed in the EditForm.
FirstDayOfWeekSpecifies the first day of the week in the Range Date Picker’s drop-down calendar.
IdSpecifies the component’s unique identifier.
InputCssClassAssigns a CSS class to the editor’s input. Inherited from DxInputDataEditorBase<T>.
InputIdSpecifies a unique identifier (ID) of an editor’s input element. Inherited from DxInputDataEditorBase<T>.
MaxDateSpecifies the maximum date that can be selected in the Date Range Picker.
MinDateSpecifies the minimum date that can be selected in the Date Range Picker.
NullTextSpecifies the editor’s prompt text when the editor’s value is null. Inherited from DxInputDataEditorBase<T>.
NullValueSpecifies a null value for the Date Range Picker component.
ReadOnlySpecifies whether read-only mode is active. Inherited from DxDataEditor<T>.
ShowDropDownButtonSpecifies whether the Date RangePicker displays the built-in button that invokes a calendar.
ShowValidationIconSpecifies whether an editor shows validation icons. Inherited from DxInputDataEditorBase<T>.
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 DxDataEditor<T>.
SizeModeSpecifies an editor size. Inherited from DxDataEditor<T>.
StartDateSpecifies the start date of the range.
StartDateExpressionSpecifies a lambda expression that identifies the StartDate property’s bound value when the Date Range Picker is placed in the EditForm.
ValidationEnabledSpecifies whether the editor validates user input. Inherited from DxDataEditor<T>.
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.
FocusAsync()Moves focus to the component’s input element. Inherited from DxInputDataEditorBase<T>.
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.
ShowDropDown()Displays the editor’s drop-down calendar.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
DropDownVisibleChangedFires when an editor’s drop-down calendar visibility is changed.
EndDateChangedFires after a user changes the end date in the Date Range Picker.
StartDateChangedFires after a user changes the start date in the Date Range Picker.

See Also

DxDateRangePicker<T> Class

DevExpress.Blazor Namespace