menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class AjaxSettings

    Defines the AJAX options

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

    Constructors

    AjaxSettings()

    Declaration
    public AjaxSettings()

    Properties

    CreateFolder

    Specifies the Ajax createFolder action.

    Declaration
    [JsonProperty("createFolder")]
    public jQueryAjaxOptions CreateFolder { get; set; }
    Property Value
    Type Description
    jQueryAjaxOptions

    Destroy

    Specifies the Ajax destroy action.

    Declaration
    [JsonProperty("destroy")]
    public jQueryAjaxOptions Destroy { get; set; }
    Property Value
    Type Description
    jQueryAjaxOptions

    Download

    Specifies the Ajax download action.

    Declaration
    [JsonProperty("download")]
    public jQueryAjaxOptions Download { get; set; }
    Property Value
    Type Description
    jQueryAjaxOptions

    GetDetails

    specifies the Ajax getdetails method.

    Declaration
    [JsonProperty("getDetails")]
    public jQueryAjaxOptions GetDetails { get; set; }
    Property Value
    Type Description
    jQueryAjaxOptions

    GetImage

    Speccifies the getimage function in Ajax.

    Declaration
    [JsonProperty("getImage")]
    public jQueryAjaxOptions GetImage { get; set; }
    Property Value
    Type Description
    jQueryAjaxOptions

    Paste

    Specifies the Ajax paste action.

    Declaration
    [JsonProperty("paste")]
    public jQueryAjaxOptions Paste { get; set; }
    Property Value
    Type Description
    jQueryAjaxOptions

    Read

    Gets or sets the Ajax read option value.

    Declaration
    [JsonProperty("read")]
    public jQueryAjaxOptions Read { get; set; }
    Property Value
    Type Description
    jQueryAjaxOptions

    Rename

    Specifies the Ajax renmae action.

    Declaration
    [JsonProperty("rename")]
    public jQueryAjaxOptions Rename { get; set; }
    Property Value
    Type Description
    jQueryAjaxOptions

    Search

    Specifies the search option in Ajax.

    Declaration
    [JsonProperty("search")]
    public jQueryAjaxOptions Search { get; set; }
    Property Value
    Type Description
    jQueryAjaxOptions

    Upload

    Specifies the Ajax upload action

    Declaration
    [JsonProperty("upload")]
    public jQueryAjaxOptions Upload { get; set; }
    Property Value
    Type Description
    jQueryAjaxOptions

    Methods

    ShouldSerializeCreateFolder()

    Declaration
    public bool ShouldSerializeCreateFolder()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeDestroy()

    Declaration
    public bool ShouldSerializeDestroy()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeDownload()

    Declaration
    public bool ShouldSerializeDownload()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeGetDetails()

    Declaration
    public bool ShouldSerializeGetDetails()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeGetImage()

    Declaration
    public bool ShouldSerializeGetImage()
    Returns
    Type Description
    System.Boolean

    ShouldSerializePaste()

    Declaration
    public bool ShouldSerializePaste()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeRead()

    Declaration
    public bool ShouldSerializeRead()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeRename()

    Declaration
    public bool ShouldSerializeRename()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeSearch()

    Declaration
    public bool ShouldSerializeSearch()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeUpload()

    Declaration
    public bool ShouldSerializeUpload()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved