Skip to main content
All docs
V23.2

DateRangeBoxBuilder Members

Constructors

Name Description
DateRangeBoxBuilder(OptionsOwnerContext) Initializes a new instance of the DateRangeBoxBuilder class with specified settings.

Methods

Name Description
AcceptCustomValue(JS)
AcceptCustomValue(Boolean)
AccessKey(JS)
AccessKey(String)
ActiveStateEnabled(JS)
ActiveStateEnabled(Boolean)
ApplyButtonText(JS)
ApplyButtonText(String)
ApplyValueMode(EditorApplyValueMode)
Buttons(Action<CollectionFactory<TextEditorButtonBuilder>>)
Buttons(IEnumerable<DropDownEditorButtonName>)
CalendarOptions(Action<CalendarBuilder>)
CancelButtonText(JS)
CancelButtonText(String)
DateSerializationFormat(JS)
DateSerializationFormat(String)
DeferRendering(JS)
DeferRendering(Boolean)
Disabled(JS)
Disabled(Boolean)
DisableOutOfRangeSelection(JS)
DisableOutOfRangeSelection(Boolean) Specifies whether the UI component disables date selection before the start date and after the end date. Mirrors the client-side disableOutOfRangeSelection option.
DisplayFormat(Format)
DisplayFormat(JS)
DisplayFormat(Action<FormatBuilder>)
DisplayFormat(String)
DropDownButtonTemplate(JS)
DropDownButtonTemplate(RazorBlock)
DropDownButtonTemplate(TemplateName)
DropDownButtonTemplate(String)
DropDownOptions(Action<PopupBuilder>)
ElementAttr(JS)
ElementAttr(Dictionary<String, Object>)
ElementAttr(Object)
ElementAttr(String, Object)
EndDate(JS)
EndDate(DateTime)
EndDate(Double)
EndDate(String)
EndDateInputAttr(Object)
EndDateLabel(JS)
EndDateLabel(String)
EndDateName(JS)
EndDateName(String)
EndDateOutOfRangeMessage(JS)
EndDateOutOfRangeMessage(String)
EndDatePlaceholder(JS)
EndDatePlaceholder(String)
Equals(Object, Object) static Determines 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.
FocusStateEnabled(JS)
FocusStateEnabled(Boolean)
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Height(JS)
Height(Double)
Height(String)
Hint(JS)
Hint(String)
HoverStateEnabled(JS)
HoverStateEnabled(Boolean)
ID(JS)
ID(String)
InvalidEndDateMessage(JS)
InvalidEndDateMessage(String)
InvalidStartDateMessage(JS)
InvalidStartDateMessage(String)
IsDirty(JS)
IsDirty(Boolean)
IsValid(JS)
IsValid(Boolean)
LabelMode(EditorLabelMode)
Max(JS)
Max(DateTime)
Max(Double)
Max(String)
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Min(JS)
Min(DateTime)
Min(Double)
Min(String)
MultiView(JS)
MultiView(Boolean)
OnChange(RazorBlock)
OnChange(String)
OnClosed(RazorBlock)
OnClosed(String)
OnContentReady(RazorBlock)
OnContentReady(String)
OnCopy(RazorBlock)
OnCopy(String)
OnCut(RazorBlock)
OnCut(String)
OnDisposing(RazorBlock)
OnDisposing(String)
OnEnterKey(RazorBlock)
OnEnterKey(String)
OnFocusIn(RazorBlock)
OnFocusIn(String)
OnFocusOut(RazorBlock)
OnFocusOut(String)
OnInitialized(RazorBlock)
OnInitialized(String)
OnInput(RazorBlock)
OnInput(String)
OnKeyDown(RazorBlock)
OnKeyDown(String)
OnKeyUp(RazorBlock)
OnKeyUp(String)
OnOpened(RazorBlock)
OnOpened(String)
OnOptionChanged(RazorBlock)
OnOptionChanged(String)
OnPaste(RazorBlock)
OnPaste(String)
OnValueChanged(RazorBlock)
OnValueChanged(String)
Opened(JS)
Opened(Boolean)
OpenOnFieldClick(JS)
OpenOnFieldClick(Boolean)
Option(String, Object)
ReadOnly(JS)
ReadOnly(Boolean)
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Render() Inherited from WidgetBuilder.
RtlEnabled(JS)
RtlEnabled(Boolean)
ShowClearButton(JS)
ShowClearButton(Boolean)
ShowDropDownButton(JS)
ShowDropDownButton(Boolean)
Spellcheck(JS)
Spellcheck(Boolean)
StartDate(JS)
StartDate(DateTime)
StartDate(Double)
StartDate(String)
StartDateInputAttr(Object)
StartDateLabel(JS)
StartDateLabel(String)
StartDateName(JS)
StartDateName(String)
StartDateOutOfRangeMessage(JS)
StartDateOutOfRangeMessage(String)
StartDatePlaceholder(JS)
StartDatePlaceholder(String)
StylingMode(EditorStylingMode)
TabIndex(JS)
TabIndex(Int32)
TodayButtonText(JS)
TodayButtonText(String)
ToString() Inherited from WidgetBuilder.
ToTemplate() Renders the control as a template string for use in another control’s template. Inherited from WidgetBuilder.
UseMaskBehavior(JS)
UseMaskBehavior(Boolean)
ValidationError(Object)
ValidationErrors(JS)
ValidationErrors(IEnumerable)
ValidationMessageMode(ValidationMessageMode)
ValidationMessagePosition(Mode)
ValidationMessagePosition(Position)
ValidationStatus(ValidationStatus)
Value(JS)
Value(IEnumerable<DateTime>)
Value(IEnumerable<Double>)
Value(IEnumerable<String>)
ValueChangeEvent(JS)
ValueChangeEvent(String)
Visible(JS)
Visible(Boolean)
Width(JS)
Width(Double)
Width(String)
See Also