Class InPlaceEditorPopupSettingsBuilder
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.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
Type | Description |
---|---|
InPlaceEditorPopupSettingsBuilder |
Title(String)
Specifies title for the editor popup.
Declaration
public InPlaceEditorPopupSettingsBuilder Title(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
InPlaceEditorPopupSettingsBuilder |