Class InPlaceEditorPopupSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
InPlaceEditorPopupSettingsBuilder
Namespace: Syncfusion.EJ2.InPlaceEditor
Assembly: Syncfusion.EJ2.dll
Syntax
public class InPlaceEditorPopupSettingsBuilder : ControlBuilder
Constructors
InPlaceEditorPopupSettingsBuilder()
Declaration
public InPlaceEditorPopupSettingsBuilder()
InPlaceEditorPopupSettingsBuilder(InPlaceEditorPopupSettings)
Declaration
public InPlaceEditorPopupSettingsBuilder(InPlaceEditorPopupSettings model)
Parameters
Type | Name | Description |
---|---|---|
InPlaceEditorPopupSettings | model |
Methods
Model(Object)
Specifies model for editor popup customization like position, animation,etc.
Declaration
public InPlaceEditorPopupSettingsBuilder Model(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value |
Returns
Title(String)
Specifies title for the editor popup.
Declaration
public InPlaceEditorPopupSettingsBuilder Title(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |