Class MobileSplitPaneProperties
Inheritance
System.Object
MobileSplitPaneProperties
Inherited Members
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()
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
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
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
RightPane
Declaration
[JsonProperty("rightPane")]
public MobileSplitPaneRightPaneProperties RightPane { get; set; }
Property Value
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