menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MobileDatePickerProperties

    Show / Hide Table of Contents

    Class MobileDatePickerProperties

    Class for DatePicker Properties

    Inheritance
    System.Object
    EJTagHelper
    PropertiesBase
    MobileDatePickerProperties
    Implements
    IMobileBase
    Inherited Members
    PropertiesBase.Create
    PropertiesBase.Destroy
    PropertiesBase.CssClass
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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

    true if enabled; otherwise, false.

    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

    true if [enable persistence]; otherwise, false.

    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.

    Implements

    IMobileBase
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved