menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class DialogPosition

    Inheritance
    System.Object
    EJTagHelper
    DialogPosition
    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 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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved