Class InPlaceEditorPopupSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
InPlaceEditorPopupSettings
Namespace: Syncfusion.EJ2.InPlaceEditor
Assembly: Syncfusion.EJ2.dll
Syntax
public class InPlaceEditorPopupSettings : EJTagHelper
Constructors
InPlaceEditorPopupSettings()
Declaration
public InPlaceEditorPopupSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Model
Specifies model for editor popup customization like position, animation,etc.
Declaration
public object Model { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
Title
Specifies title for the editor popup.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |