ASP.NET Pack Programmer's Guide
TimePicker Members
Constructors Properties Methods Events
 


Represents a time picker control.

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

 Public Constructors

  Name Description

TimePicker

Initializes a new instance of the TimePicker class.

 Public Properties

  Name Description

AllowEmptyInput

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

AutoComplete

Gets or sets a value indicating whether the control will try to parse an incomplete time value. E.g. if the input is '6 p' to parse the value as 6:00:00 PM.

AutoPostBack

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

ClientScriptMode

Gets or sets a value indicating which library will be used in the control's client-side scripts.

ControlLoadedScript

Gets or sets the name of a JavaScript function that should be invoked when the control is loaded.

Culture

Gets or sets the culture of the control.

CustomDateFormat

Gets or sets the formatting of the date displayed in the control.

DataItem

Gets or sets the data item bound to the control.

DataValueField

Gets or sets the field from the data source to bind to the Value property of the control.

DatePartSelect

Gets or sets a value indicating whether date part selection is enabled.

Height

Gets or sets the height of the control.

Interval

Gets or sets the time interval between the values displayed in the control's popup.

IsThemed

Gets a value indicating the control has its Theme property set to a specified value.

Label

Gets or sets the caption of the control.

LabelPosition

Gets or sets the caption alignment.

LicenseKey

Gets or sets the license key of the control.

MaxTime

Gets or sets the maximum possible time value.

MinTime

Gets or sets the minimum possible time value.

PopupAlignRight

Gets or sets a value indicating whether the popup time list should align to the right side of the control.

PopupAlignTop

Gets or sets a value indicating whether the popup time list should align to the upper side of the control.

PopupCloseScript

Gets or sets the name of a JavaScript function that should be invoked when the control's popup is closed.

PopupClosingScript

Gets or sets the name of a JavaScript function that should be invoked when the control's popup is about to be closed.

PopupOpeningScript

Gets or sets the name of a JavaScript function that should be invoked when the control's popup is about to be opened.

PopupOpenScript

Gets or sets the name of a JavaScript function that should be invoked when the control's popup is opened.

ShowButton

Gets or sets a value indicating whether the popup button is visible

SubmitOnEnter

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

TextAlignment

Gets or sets the alignment of the text inside the control.

Theme

Gets or sets the theme applied to the control.

ValidationStateChangedScript

Gets or sets the name of a JavaScript function that should be invoked when the validation state of the control changes

Value

Gets or sets the value of the control.

ValueChangedScript

Gets or sets the name of a JavaScript function that should be invoked when the value changes

ValueInvalidScript

Gets or sets the name of a JavaScript function that should be invoked when the date input is invalid.

Width

Gets or sets the width of the control.

 Protected Properties

  Name Description

TagKey

WebControl.TagKey override.

 Public Methods

  Name Description

LoadFromXml

Overloaded. Loads control data from an XML file or from a System.Xml.XmlDocument.

LoadPostData

When implemented by a derived class, processes postback data for an ASP.NET server control.

RaisePostDataChangedEvent

When implemented by a derived class in the server control notifies the ASP.NET application that the state of the control has changed.

SaveToXml

Overloaded. Saves control data to an XML file or to a System.Xml.XmlDocument.

 Protected Methods

  Name Description

OnBeginLoad

Raises the BeginLoad event.

OnEndLoad

Raises the EndLoad event.

OnPreRender

Control.OnPreRender override.

OnValueChanged

Raises the ValueChanged event.

PerformDataBinding

DataBoundControl.PerformDataBinding override.

PerformSelect

DataBoundControl.PerformSelect override.

Render

Control.Render override.

RenderContents

WebControl.RenderContents override.

 Public Events

  Name Description

BeginLoad

Raised when the component starts loading data from a file or memory stream.

EndLoad

Raised when the component ends loading data from a file or memory stream.

ValueChanged

Raised when the value changes.

 See Also

TimePicker Class
MindFusion.UI.WebForms Namespace