menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class UploadboxDialogAction

    Class UploadboxDialogAction.

    Inheritance
    System.Object
    EJTagHelper
    UploadboxDialogAction
    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
    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

    true if [close on complete]; otherwise, false.

    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

    true if drag; otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved