menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class MobileTimePickerProperties

    Class for TimePicker Property

    Inheritance
    System.Object
    EJTagHelper
    PropertiesBase
    MobileTimePickerProperties
    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 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

    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 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.

    Implements

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