Class TimePickerProperties
Inherited Members
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class TimePickerProperties : EJTagHelper
Constructors
TimePickerProperties()
Initializes a new instance of the TimePickerProperties class.
Declaration
public TimePickerProperties()
Properties
BeforeChange
Gets or sets a value indicating this event gets fired when the time value changed in the time picker.
Declaration
[JsonProperty("beforeChange")]
public string BeforeChange { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BeforeOpen
Gets or sets a value indicating this event gets fired before opening the time picker dropdown.
Declaration
[JsonProperty("beforeOpen")]
public string BeforeOpen { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Change
Gets or sets a value indicating this event gets fired when the time value changes.
Declaration
[JsonProperty("change")]
public string Change { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Close
Gets or sets a value indicating this event gets fired when the time picker dropdown closed.
Declaration
[JsonProperty("close")]
public string Close { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Create
Gets or sets a value indicating this event gets fired when time picker is created successfully.
Declaration
[JsonProperty("create")]
public string Create { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CssClass
Gets or sets the root CSS class to time picker for theme customization.
Declaration
[JsonProperty("cssClass")]
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Destroy
Gets or sets a value indicating this event gets fired when the time picker is destroyed successfully.
Declaration
[JsonProperty("destroy")]
public string Destroy { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DisableTimeRanges
Gets or sets the list of times to be disabled in the time picker.
Declaration
[JsonProperty("disableTimeRanges")]
public List<DisableTimeRange> DisableTimeRanges { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DisableTimeRange> |
EnableAnimation
Gets or sets the value indicating the animation effect when time picker popup opens/closes.
Declaration
[JsonProperty("enableAnimation")]
public bool EnableAnimation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Enabled
Gets or sets a value indicating whether the control can respond to user interaction.
Declaration
[JsonProperty("enabled")]
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EnablePersistence
Gets or set the value indicating time picker model value even after form post back/browser refresh sustains or not.
Declaration
[JsonProperty("enablePersistence")]
public bool EnablePersistence { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EnableRTL
Gets or sets the value to align the input field and popup in right to left direction.
Declaration
[JsonProperty("enableRTL")]
public bool EnableRTL { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EnableStrictMode
Gets or sets a value to allow the invalid date in the time picker input field.
Declaration
[JsonProperty("enableStrictMode")]
public bool EnableStrictMode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FocusIn
Gets or sets a value indicating this event gets fired when the time picker input field receives focus.
Declaration
[JsonProperty("focusIn")]
public string FocusIn { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FocusOut
Gets or sets a value indicating this event gets fired when the time picker input field loses focus.
Declaration
[JsonProperty("focusOut")]
public string FocusOut { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Height
Gets or sets the height of the time picker input field.
Declaration
[JsonProperty("height")]
public string Height { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HourInterval
Gets or sets the increment step value of hours for changes through keyboard or mouse interaction.
Declaration
[JsonProperty("hourInterval")]
public int HourInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
HtmlAttributes
Gets or sets the value to map the field of HTML attributes for the time picker element.
Declaration
[JsonProperty("htmlAttributes")]
public IDictionary<string, object> HtmlAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
Interval
Gets or sets the time interval between the two adjacent time values in the dropdown.
Declaration
[JsonProperty("interval")]
public float Interval { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
IsFor
Gets or sets a value indicating IsFor property.
Declaration
[JsonIgnore]
public bool IsFor { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Locale
Gets or sets a value to localize the time picker language and format.
Declaration
[JsonProperty("locale")]
public string Locale { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MaxTime
Gets or sets a value indicating the maximum value of time picker.
Declaration
[JsonProperty("maxTime")]
public string MaxTime { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MinTime
Gets or sets a value indicating the minimum time value of time picker.
Declaration
[JsonProperty("minTime")]
public string MinTime { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MinutesInterval
Gets or sets the increment step value of minutes for changes through keyboard or mouse interaction.
Declaration
[JsonProperty("minutesInterval")]
public int MinutesInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Open
Gets or sets a value indicating this event gets fired when the time picker dropdown opened.
Declaration
[JsonProperty("open")]
public string Open { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PopupHeight
Gets or sets the height of the time picker dropdown.
Declaration
[JsonProperty("popupHeight")]
public string PopupHeight { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PopupWidth
Gets or sets the width of the time picker dropdown.
Declaration
[JsonProperty("popupWidth")]
public string PopupWidth { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReadOnly
Gets or sets a value indicating editing/selecting the time in time picker is allowed or not.
Declaration
[JsonProperty("readOnly")]
public bool ReadOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SecondsInterval
Gets or sets the increment step value of seconds for changes through keyboard or mouse interaction.
Declaration
[JsonProperty("secondsInterval")]
public int SecondsInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Select
Gets or sets a value indicating this event gets fired when the value is selected from the time picker dropdown.
Declaration
[JsonProperty("select")]
public string Select { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShowPopupButton
Gets or sets the value indicating time icon button in the input field.
Declaration
[JsonProperty("showPopupButton")]
public bool ShowPopupButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowRoundedCorner
Gets or sets a value indicating the time picker pop and input field with rounded corners or.
Declaration
[JsonProperty("showRoundedCorner")]
public bool ShowRoundedCorner { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Tag
Gets or sets the value indicating the tag of the time picker element.
Declaration
[JsonIgnore]
public string Tag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TimeFormat
Gets or sets the value indicating the time format to be displayed on time picker input field.
Declaration
[JsonProperty("timeFormat")]
public string TimeFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValidationMessages
Gets or sets jQuery validation messages for time picker input.
Declaration
[JsonProperty("validationMessages")]
public Dictionary<string, object> ValidationMessages { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
ValidationRules
Gets or sets jQuery validation custom rules for time picker input.
Declaration
[JsonProperty("validationRules")]
public Dictionary<string, object> ValidationRules { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
Value
Gets or sets the time value.
Declaration
[JsonProperty("value")]
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
WatermarkText
Gets or sets the place holder value for time picker input field.
Declaration
[JsonProperty("watermarkText")]
public string WatermarkText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Width
Gets or sets the width of the time picker input field.
Declaration
[JsonProperty("width")]
public string Width { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetControlDetails()
Declaration
protected override object GetControlDetails()
Returns
Type | Description |
---|---|
System.Object |