menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class MobileDialogProperties

    Inheritance
    System.Object
    EJTagHelper
    PropertiesBase
    DialogPropertiesBase
    MobileDialogProperties
    Implements
    IMobileBase
    Inherited Members
    DialogPropertiesBase.EnableAutoOpen
    DialogPropertiesBase.EnableAnimation
    DialogPropertiesBase.Title
    DialogPropertiesBase.EnablePersistence
    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 MobileDialogProperties : DialogPropertiesBase, IMobileBase

    Constructors

    MobileDialogProperties()

    Declaration
    public MobileDialogProperties()

    Properties

    AllowScrolling

    Specifies whether to allow scrolling behaviour for the contents.

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

    true if [allow scroll]; otherwise, false.

    BeforeClose

    Event triggers before dialog window get closed.

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

    The beforeClose.

    ButtonTap

    Event triggers when tap happens on the button.

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

    The buttonTap.

    Close

    Event triggers after dialog window get closed.

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

    The close.

    CloseOndocumentTap

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

    Content

    Specifies the element contains template contents.

    Declaration
    [JsonIgnore]
    public MvcTemplate<MobileDialogProperties> Content { get; set; }
    Property Value
    Type Description
    MvcTemplate<MobileDialogProperties>

    The Content.

    EnableModal

    Specifies the enableModal.

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

    The enableModal value.

    EnableNativeScrolling

    Specifies whether to enable device's native scroll behaviour when scrolling is allowed.

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

    true if [enable native scroll]; otherwise, false.

    Height

    Specifies the dialog height.

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

    The dialog Height.

    LeftButtonCaption

    Specifies the text of left button.

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

    The leftButtonCaption value.

    Mode

    Specifies the dialog mode to render.

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

    The mode.

    Open

    Event triggers after dialog window get opened.

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

    The open.

    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.

    RightButtonCaption

    Specifies the text of right button.

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

    The rightButtonCaption value.

    ShowButtons

    Specifies whether to show the button.

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

    true if [show buttons]; otherwise, false.

    ShowHeader

    Specifies whether to show the header.

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

    true if [show header]; otherwise, false.

    TemplateId

    Specifies ID of the element contains template contents.

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

    The template identifier.

    Theme

    Specifies the theme.

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

    The theme.

    Width

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

    Windows

    Section for windows mode specific functionalities.

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

    The windows.

    Implements

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