menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class MobileDropDownListProperties

    Inheritance
    System.Object
    EJTagHelper
    PropertiesBase
    DropDownListPropertiesBase
    MobileDropDownListProperties
    Implements
    IMobileBase
    Inherited Members
    DropDownListPropertiesBase.Enabled
    DropDownListPropertiesBase.ReadOnly
    DropDownListPropertiesBase.EnableMultiSelect
    DropDownListPropertiesBase.TemplateId
    DropDownListPropertiesBase.EnablePersistence
    DropDownListPropertiesBase.AllowVirtualScrolling
    DropDownListPropertiesBase.DelimiterChar
    DropDownListPropertiesBase.TargetId
    DropDownListPropertiesBase.WaterMarkText
    DropDownListPropertiesBase.SelectedItemIndex
    DropDownListPropertiesBase.ItemsCount
    DropDownListPropertiesBase.PopupHeight
    DropDownListPropertiesBase.PopupWidth
    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 MobileDropDownListProperties : DropDownListPropertiesBase, IMobileBase

    Constructors

    MobileDropDownListProperties()

    Declaration
    public MobileDropDownListProperties()

    Properties

    ActionComplete

    Declaration
    [JsonProperty("actionComplete")]
    public string ActionComplete { get; set; }
    Property Value
    Type Description
    System.String

    ActionFailure

    Declaration
    [JsonProperty("actionFailure")]
    public string ActionFailure { get; set; }
    Property Value
    Type Description
    System.String

    ActionSuccess

    Declaration
    [JsonProperty("actionSuccess")]
    public string ActionSuccess { get; set; }
    Property Value
    Type Description
    System.String

    Change

    Declaration
    [JsonProperty("change")]
    public string Change { get; set; }
    Property Value
    Type Description
    System.String

    DataSource

    Declaration
    [HtmlAttributeName("datasource")]
    [JsonProperty("dataSource")]
    [JsonConverter(typeof(DataManagerConverter))]
    public object DataSource { get; set; }
    Property Value
    Type Description
    System.Object

    Fields

    Declaration
    [JsonProperty("fields")]
    public DropDownListFieldsProperties Fields { get; set; }
    Property Value
    Type Description
    DropDownListFieldsProperties

    FocusIn

    Declaration
    [JsonProperty("focusIn")]
    public string FocusIn { get; set; }
    Property Value
    Type Description
    System.String

    FocusOut

    Declaration
    [JsonProperty("focusOut")]
    public string FocusOut { get; set; }
    Property Value
    Type Description
    System.String

    Query

    Declaration
    [JsonProperty("query")]
    public string Query { get; set; }
    Property Value
    Type Description
    System.String

    RenderMode

    Specifies the rendering mode of the control.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("renderMode")]
    public RenderMode RenderMode { get; set; }
    Property Value
    Type Description
    RenderMode

    The render mode.

    Select

    Declaration
    [JsonProperty("select")]
    public string Select { get; set; }
    Property Value
    Type Description
    System.String

    Implements

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