MindFusion.UI for WebForms Programmer's Guide

DatePicker Members

Fields Methods
 


Represents a date picker control.

The following tables list the members exposed by the DatePicker type.

 Public Fields

  Name Description

Dom

An object, which keeps references to various Dom elements, part of the control's structure

 Public Methods

  Name Description

advance

Advances the control's date with the specified number of years, months and/or days.

closePopup

Closes the popup calendar.

dispose

Sys.UI.Control.dispose override.

get_allowEmptyInput

Gets a value indicating whether empty input will be considered valid.

get_autoComplete

Gets a value indicating whether the control will try to parse an incomplete date value.

get_autoPostBack

Gets a value indicating whether the control will post back to the server when the value has changed.

get_culture

Gets the CultureInfo object, that the control uses.

get_customDateFormat

Gets the formatting of the date displayed in the control.

get_datePartSelect

Gets a value indicating whether date part selection is enabled.

get_enabled

Gets a value indicating whether the control is enabled.

get_maxDate

Gets the maximum possible value.

get_minDate

Gets the minimum possible value.

get_popupAlignRight

Gets a value indicating whether the popup calendar should align to the right side of the control.

get_popupAlignTop

Gets a value indicating whether the popup calendar should align to the upper side of the control.

get_showButton

Gets a value indicating whether the calendar button is visible.

get_state

Gets the validation state of the control

get_submitOnEnter

Gets a value indicating whether the control will submit the form on pressing the Enter key.

get_value

Gets the value of the control.

getValueAsString

Gets the numerical value as formatted string.

initialize

Sys.UI.Control.initialize override.

postback

Initiates a postback.

preparePostback

Prepares the control for a subsequent postback.

set_allowEmptyInput

Sets a value indicating whether empty input will be considered valid.

set_autoComplete

Sets a value indicating whether the control will try to parse an incomplete date value.

set_autoPostBack

Sets a value indicating whether the control should post back to the server when the value has changed.

set_culture

Sets the CultureInfo object, that the control should use.

set_customDateFormat

Sets the formatting of the date displayed in the control.

set_datePartSelect

Sets a value indicating whether date part selection is enabled.

set_enabled

Sets a value indicating whether the control is enabled.

set_maxDate

Sets the maximum possible value.

set_minDate

Sets the minimum possible value.

set_popupAlignRight

Sets a value indicating whether the popup calendar should align to the right side of the control.

set_popupAlignTop

Sets a value indicating whether the popup calendar should align to the upper side of the control.

set_showButton

Sets a value indicating whether the calendar button should be visible.

set_submitOnEnter

Sets a value indicating whether the control should submit the form on pressing the Enter key.

set_value

Sets the value of the control.

showPopup

Shows the popup calendar.

 See Also