menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class DialogPropertiesBase

    Inheritance
    System.Object
    EJTagHelper
    PropertiesBase
    DialogPropertiesBase
    MobileDialogProperties
    Inherited Members
    PropertiesBase.Create
    PropertiesBase.Destroy
    PropertiesBase.CssClass
    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
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class DialogPropertiesBase : PropertiesBase

    Constructors

    DialogPropertiesBase()

    Initializes a new instance of the DialogPropertiesBuilder class.

    Declaration
    public DialogPropertiesBase()

    Properties

    EnableAnimation

    Gets or sets a value indicating whether [enable animation].

    Declaration
    [JsonProperty("enableAnimation")]
    public bool EnableAnimation { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [enable animation]; otherwise, false.

    EnableAutoOpen

    Specifies whether to open the dialog on initial loading.

    Declaration
    [JsonProperty("enableAutoOpen")]
    public bool EnableAutoOpen { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [enable automatic open]; otherwise, false.

    EnableModal

    Specifies whether to enable modal dialog.

    Declaration
    [JsonProperty("enableModal")]
    public bool EnableModal { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [enable modal]; otherwise, false.

    EnablePersistence

    Specifies to maintain the current model value to browser cookies for state maintenance. While refresh the page, the model value will get apply to the control from browser cookies.

    Declaration
    [JsonProperty("enablePersistence")]
    public bool EnablePersistence { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [enable persistence]; otherwise, false.

    Title

    Specifies the title text.

    Declaration
    [JsonProperty("title")]
    public string Title { get; set; }
    Property Value
    Type Description
    System.String

    The title.

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