Class EditDialogPropertiesBuilder
Inheritance
System.Object
EditDialogPropertiesBuilder
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 EditDialogPropertiesBuilder
Constructors
EditDialogPropertiesBuilder(List<EditDialogField>)
It sets the value to display the columns in add dialog fields
Declaration
public EditDialogPropertiesBuilder(List<EditDialogField> editDialogFieldValue)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<EditDialogField> | editDialogFieldValue | It accepts the EditDialogField value and show the columns in edit dialog |
Methods
Add()
It adds the current edit dialog column value.
Declaration
public void Add()
DisplayInGeneralTab(Boolean)
Its enable the custom column in general tab
Declaration
public EditDialogPropertiesBuilder 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 |
---|---|
EditDialogPropertiesBuilder | EditDialogPropertiesBuilder |
EditType(String)
It sets the editing type of the column in edit dialog
Declaration
public EditDialogPropertiesBuilder 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 |
---|---|
EditDialogPropertiesBuilder | EditDialogPropertiesBuilder |
Field(String)
It sets the mapping name to include the required column in edit dialog
Declaration
public EditDialogPropertiesBuilder Field(string field)
Parameters
Type | Name | Description |
---|---|---|
System.String | field | It accepts the string value and map the column |
Returns
Type | Description |
---|---|
EditDialogPropertiesBuilder |