Skip to main content

BootstrapDateEditTimeEditPropertiesBuilder Members

Contains settings specific to time edit.

Methods

Name Description
AllowMouseWheel(Boolean) Sets a value that specifies whether an end-user is able to change the editor’s value using the mouse wheel.
AllowNull(Boolean) Sets a value that specifies whether the time editor allows a null value to be entered.
AllowUserInput(Boolean) Sets a value that specifies whether end-users are allowed to input values into an editor’s edit box.
Buttons(Action<BootstrapEditButtonCollectionBuilder>) The collection of editor buttons.
ButtonTemplate(TemplateContent) Sets a common template used for rendering the editor’s buttons.
ButtonTemplate(TemplateContentCallback<BootstrapButtonTemplateContainerSettings>) Sets a common template used for rendering the editor’s buttons.
ClearButton(Action<BootstrapClearButtonBuilder>) The settings of the editor’s Clear button.
CssClasses(Action<BootstrapDateEditTimeEditCssClassesBuilder>) Provides access to CSS classes applied to visual elements of the Date Edit control’s time edit.
DisplayFormatString(String) Sets the pattern used to format the time edit value for display purposes.
EditFormat(EditFormat) Sets the edit format for a time editor’s value.
EditFormatString(String) Sets the pattern used to format the editor’s edited value displayed within the edit box.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) Determines whether the specified object instances are considered equal. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
HelpText(String) Sets the current editor help text.
HelpTextSettings(Action<BootstrapTextEditHelpSettingsBuilder>) Provides access to an editor’s help text settings.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
NullText(String) Sets the prompt text displayed within the editor’s input box when the editor is not focused and its value is null.
NullTextDisplayMode(NullTextDisplayMode) Sets a value indicating when the null text should be displayed in the editor.
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
SelectInputTextOnClick(Boolean)
SpinButtons(Action<BootstrapSimpleSpinButtonsBuilder>) The settings of the editor’s spin buttons.
ToString() Returns a string that represents the current object. Inherited from Object.
Width(Int32) Sets the editor’s width.
Width(String) Sets the editor’s width.
See Also