Class DialogPosition
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 DialogPosition : EJTagHelper
Constructors
DialogPosition()
Declaration
public DialogPosition()
Properties
X
To mention the x position where the dialog to be appear
Declaration
[JsonProperty("X")]
public string X { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Y
To mention the y position where the dialog to be appear
Declaration
[JsonProperty("Y")]
public string Y { get; set; }
Property Value
Type | Description |
---|---|
System.String |