Class UploadboxDialogAction
Class UploadboxDialogAction.
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
Assembly: Syncfusion.EJ.dll
Syntax
public class UploadboxDialogAction : EJTagHelper
Constructors
UploadboxDialogAction()
Declaration
public UploadboxDialogAction()
Properties
CloseOnComplete
Gets or sets a value indicating whether [close on complete].
Declaration
[JsonProperty("closeOnComplete")]
public bool CloseOnComplete { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Content
Gets or sets the content.
Declaration
[JsonProperty("content")]
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String | The content. |
Drag
Gets or sets a value indicating whether this UploadboxDialogAction is drag.
Declaration
[JsonProperty("drag")]
public bool Drag { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|