Class MobileTimePickerProperties
Class for TimePicker Property
Implements
Inherited Members
Namespace: Syncfusion.JavaScript.Mobile.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class MobileTimePickerProperties : PropertiesBase, IMobileBase
Constructors
MobileTimePickerProperties()
Initializes a new instance of the MobileTimePickerPropertiesBuilder class.
Declaration
public MobileTimePickerProperties()
Properties
Change
Fires when the TimePicker element is changeed successfully.
Declaration
[JsonProperty("change")]
public string Change { get; set; }
Property Value
Type | Description |
---|---|
System.String | The change. |
Close
Fires when the TimePicker element is closeed successfully.
Declaration
[JsonProperty("close")]
public string Close { get; set; }
Property Value
Type | Description |
---|---|
System.String | The close. |
Culture
Specifies the culture in TimePicker.
Declaration
[JsonProperty("culture")]
public string Culture { get; set; }
Property Value
Type | Description |
---|---|
System.String | The culture. |
Enabled
Specifies the TimePicker enabled.
Declaration
[JsonProperty("enabled")]
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
EnablePersistence
Current model value to browser cookies for state maintains. While refresh the Header control page retains the model value apply from browser cookies.
Declaration
[JsonProperty("enablePersistence")]
public bool EnablePersistence { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
FocusIn
Fires when the TimePicker input element is focused successfully.
Declaration
[JsonProperty("focusIn")]
public string FocusIn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The focus in. |
FocusOut
Fires when the TimePicker input element is blurred successfully.
Declaration
[JsonProperty("focusOut")]
public string FocusOut { get; set; }
Property Value
Type | Description |
---|---|
System.String | The focus out. |
HourFormat
Specifies the TimePicker hourFormat.
Declaration
[JsonProperty("hourFormat")]
[JsonConverter(typeof(StringEnumConverter))]
public HourFormat HourFormat { get; set; }
Property Value
Type | Description |
---|---|
HourFormat | The hour format. |
Load
Fires when the Timepicker is loaded successfully.
Declaration
[JsonProperty("load")]
public string Load { get; set; }
Property Value
Type | Description |
---|---|
System.String | The on time picker load. |
Open
Fires when the TimePicker element is opened successfully.
Declaration
[JsonProperty("open")]
public string Open { get; set; }
Property Value
Type | Description |
---|---|
System.String | The open. |
RenderMode
Specifies the TimePicker renderMode.
Declaration
[JsonProperty("renderMode")]
[JsonConverter(typeof(StringEnumConverter))]
public RenderMode RenderMode { get; set; }
Property Value
Type | Description |
---|---|
RenderMode | The render mode. |
Select
Fires when the Time is selected successfully.
Declaration
[JsonProperty("select")]
public string Select { get; set; }
Property Value
Type | Description |
---|---|
System.String | The on time selected. |
TimeFormat
Specifies the TimePicker timeFormat.
Declaration
[JsonProperty("timeFormat")]
public string TimeFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String | The time format. |
Value
Specifies the TimePicker value.
Declaration
[JsonProperty("value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default time. |