Class MobileDatePickerProperties
Class for DatePicker Properties
Implements
Inherited Members
Namespace: Syncfusion.JavaScript.Mobile.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class MobileDatePickerProperties : PropertiesBase, IMobileBase
Constructors
MobileDatePickerProperties()
Initializes a new instance of the MobileDatePickerPropertiesBuilder class.
Declaration
public MobileDatePickerProperties()
Properties
Change
Fires when the datepicker element is changed successfully.
Declaration
[JsonProperty("change")]
public string Change { get; set; }
Property Value
Type | Description |
---|---|
System.String | The change. |
Close
Fires when the datepicker 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 DatePicker.
Declaration
[JsonProperty("culture")]
public string Culture { get; set; }
Property Value
Type | Description |
---|---|
System.String | The culture. |
DateFormat
Specifies the dateFormat of DatePicker.
Declaration
[JsonProperty("dateFormat")]
public string DateFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String | The date format. |
Enabled
Specifies the Button 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 datepicker 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 datepicker input element is blurred successfully.
Declaration
[JsonProperty("focusOut")]
public string FocusOut { get; set; }
Property Value
Type | Description |
---|---|
System.String | The focus out. |
Load
Fires when the datepicker is loaded successfully.
Declaration
[JsonProperty("load")]
public string Load { get; set; }
Property Value
Type | Description |
---|---|
System.String | The on date picker load. |
MaximumDate
Specifies the maximum selectable date in DatePicker.
Declaration
[JsonProperty("maxDate")]
public string MaximumDate { get; set; }
Property Value
Type | Description |
---|---|
System.String | The maximum date. |
MinimumDate
Specifies the minimum selectable date in DatePicker.
Declaration
[JsonProperty("minDate")]
public string MinimumDate { get; set; }
Property Value
Type | Description |
---|---|
System.String | The minimum date. |
Open
Fires when the datepicker element is opened successfully.
Declaration
[JsonProperty("open")]
public string Open { get; set; }
Property Value
Type | Description |
---|---|
System.String | The open. |
RenderMode
Changes the rendering mode of the DatePicker.
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("renderMode")]
public RenderMode RenderMode { get; set; }
Property Value
Type | Description |
---|---|
RenderMode | The render mode. |
Select
Fires when the date is selected successfully.
Declaration
[JsonProperty("select")]
public string Select { get; set; }
Property Value
Type | Description |
---|---|
System.String | The on date selected. |
Value
Specifies the value of the DatePicker .
Declaration
[JsonProperty("value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default date. |