Class DialogAction
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()
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 |