menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class MobileAccordionProperties

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

    Constructors

    MobileAccordionProperties()

    Initializes a new instance of the MobileAccordionProperties class.

    Declaration
    public MobileAccordionProperties()

    Properties

    AjaxBeforeLoad

    Event triggered before the AJAX content is loaded in a content panel.

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

    The ajax before load.ajaxBeforeLoad

    AjaxComplete

    Event triggered after the AJAX content is loaded in a content panel.

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

    The ajax complete.

    AjaxError

    Event triggered if AJAX content is not loaded in a content panel.

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

    The ajaxError.

    AjaxSettings

    Gets or sets the ajax options.

    Declaration
    [JsonProperty("ajaxSettings")]
    public object AjaxSettings { get; set; }
    Property Value
    Type Description
    System.Object

    The ajax options.

    AjaxSuccess

    Event triggered after the AJAX content is loaded in a content panel.

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

    The ajax success.

    Collapse

    Event triggered after collapse happened in an Accordion item

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

    The collapse.

    CollapseAll

    Collapses all content panels at initial time.

    Declaration
    [JsonProperty("collapseAll")]
    public bool CollapseAll { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [collapseAll]; otherwise, false.

    DisabledItems

    The given index header(s) will be in disabled state.

    Declaration
    [JsonProperty("disabledItems")]
    [CLSCompliant(false)]
    public int[] DisabledItems { get; set; }
    Property Value
    Type Description
    System.Int32[]

    The index of the selected item.

    EnableAjax

    AJAX setting options help to AJAX loading.

    Declaration
    [JsonProperty("enableAjax")]
    public bool EnableAjax { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if enableAjax; otherwise, false.

    EnableCache

    AJAX setting options help to AJAX loading.

    Declaration
    [JsonProperty("enableCache")]
    public bool EnableCache { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if enableCache; otherwise, false.

    EnableMultipleOpen

    Multiple content panels to activate at a time.

    Declaration
    [JsonProperty("enableMultipleOpen")]
    public bool EnableMultipleOpen { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [multiple open]; otherwise, false.

    EnablePersistence

    Save current model value to browser cookies for maintaining states. When refreshing the accordion control page.

    Declaration
    [JsonProperty("enablePersistence")]
    public bool EnablePersistence { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if persist; otherwise, false.

    EnableRippleEffect

    Provides animation ripple effect for the control

    Declaration
    [JsonProperty("enableRippleEffect")]
    public bool EnableRippleEffect { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if persist; otherwise, false.

    Expand

    Event triggered after expand happened in an Accordion item

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

    The expand.

    ExpandAll

    Expands all content panels at initial time.

    Declaration
    [JsonProperty("expandAll")]
    public bool ExpandAll { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [expandAll]; otherwise, false.

    HeaderIcon

    Sets header icon.

    Declaration
    [JsonProperty("headerIcon")]
    public HeaderIconProperties HeaderIcon { get; set; }
    Property Value
    Type Description
    HeaderIconProperties

    headerIcon.

    HeightAdjustMode

    Adjusts the content panel height based on the given option.

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

    The height style.

    Items

    Gets or sets the items.

    Declaration
    [JsonIgnore]
    public List<MobileAccordionBaseItem> Items { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<MobileAccordionBaseItem>

    The items.

    ItemsData

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

    ItemTouchEnd

    Event triggered after touch end happened in an Accordion item

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

    The itemTouchEnd.

    ItemTouchStart

    Event triggered after touch start happened in an Accordion item

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

    The itemTouchStart.

    PrefetchAjaxContent

    AJAX setting options help to AJAX loading.

    Declaration
    [JsonProperty("prefetchAjaxContent")]
    public bool PrefetchAjaxContent { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if prefetchAjaxContent; otherwise, false.

    RenderMode

    Changes the rendering mode of the Accordion.

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

    The render mode.

    Select

    Event triggered after selection happened in an Accordion item

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

    The select.

    SelectedItems

    The given index header will activate (open). If collapsible is set to true, and a negative value is given, then all headers are collapsed. Otherwise, the first item is activated.

    Declaration
    [JsonProperty("selectedItems")]
    [CLSCompliant(false)]
    public int[] SelectedItems { get; set; }
    Property Value
    Type Description
    System.Int32[]

    The index of the selected item.

    ShowAjaxPopup

    AJAX setting options help to AJAX loading.

    Declaration
    [JsonProperty("showAjaxPopup")]
    public bool ShowAjaxPopup { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if showAjaxPopup; otherwise, false.

    ShowHeaderIcon

    Header icon show or not.

    Declaration
    [JsonProperty("showHeaderIcon")]
    public bool ShowHeaderIcon { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [Header icon show]; otherwise, false.

    SpinnerText

    Specifies the Accordion spinnerText.

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

    The SpinnerText

    Windows

    Section for windows rendermode specific functionalities.

    Declaration
    [JsonProperty("windows")]
    public WindowsBase Windows { get; set; }
    Property Value
    Type Description
    WindowsBase

    The windows.

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