menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class DialogAction

    Inheritance
    System.Object
    EJTagHelper
    DialogAction
    Inherited Members
    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.Models.FileExplorerUpload
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class DialogAction : EJTagHelper

    Constructors

    DialogAction()

    Declaration
    public DialogAction()

    Properties

    CloseOnComplete

    To enable/disable the close on complete option

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

    Content

    To mention the area where the dialog to be appear

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

    Drag

    To enable/disable the drag option

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

    Modal

    To enable/disable the modal dialog

    Declaration
    [JsonProperty("modal")]
    public bool Modal { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved