menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class AddDialogPropertiesBuilder

    Inheritance
    System.Object
    AddDialogPropertiesBuilder
    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
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class AddDialogPropertiesBuilder

    Constructors

    AddDialogPropertiesBuilder(List<AddDialogField>)

    It sets the value to display the columns in add dialog fields

    Declaration
    public AddDialogPropertiesBuilder(List<AddDialogField> addDialogFieldsValue)
    Parameters
    Type Name Description
    System.Collections.Generic.List<AddDialogField> addDialogFieldsValue

    It accepts the AddDialogField value and show the columns in add dialog

    Methods

    Add()

    It adds the current add dialog column value.

    Declaration
    public void Add()

    DisplayInGeneralTab(Boolean)

    Its enable the custom column in general tab

    Declaration
    public AddDialogPropertiesBuilder DisplayInGeneralTab(bool displayInGeneralTab)
    Parameters
    Type Name Description
    System.Boolean displayInGeneralTab

    It accepts boolean value and enable or disble the custom column in general tab

    Returns
    Type Description
    AddDialogPropertiesBuilder

    EditType(String)

    It sets the editing type of the column in add dialog

    Declaration
    public AddDialogPropertiesBuilder EditType(string editType)
    Parameters
    Type Name Description
    System.String editType

    It accepts the string value and set the editing type of column

    Returns
    Type Description
    AddDialogPropertiesBuilder

    Field(String)

    It sets the mapping name to include the required column in add dialog

    Declaration
    public AddDialogPropertiesBuilder Field(string field)
    Parameters
    Type Name Description
    System.String field

    It accepts the string value and map the column

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