menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class MobileSplitPaneProperties

    SplitPane Properties

    Inheritance
    System.Object
    EJTagHelper
    PropertiesBase
    MobileSplitPaneProperties
    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 MobileSplitPaneProperties : PropertiesBase, IMobileBase

    Constructors

    MobileSplitPaneProperties()

    Declaration
    public MobileSplitPaneProperties()

    Properties

    BeforeClose

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

    BeforeOpen

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

    Close

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

    ContentPane

    Declaration
    [JsonProperty("contentPane")]
    public MobileSplitPaneContentPaneProperties ContentPane { get; set; }
    Property Value
    Type Description
    MobileSplitPaneContentPaneProperties

    EdgeThreshold

    Declaration
    [JsonProperty("edgeThreshold")]
    public int EdgeThreshold { get; set; }
    Property Value
    Type Description
    System.Int32

    EnableEventPropagation

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

    EnablePersistence

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

    EnableSwipe

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

    Height

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

    IsRelative

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

    LeftPane

    Declaration
    [JsonProperty("leftPane")]
    public MobileSplitPaneLeftPaneProperties LeftPane { get; set; }
    Property Value
    Type Description
    MobileSplitPaneLeftPaneProperties

    Open

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

    RenderMode

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

    RightPane

    Declaration
    [JsonProperty("rightPane")]
    public MobileSplitPaneRightPaneProperties RightPane { get; set; }
    Property Value
    Type Description
    MobileSplitPaneRightPaneProperties

    Swipe

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

    Width

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

    Implements

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