Inheritance
System.Object
InPlaceEditorPopupSettings
Assembly: Syncfusion.EJ2.dll
public class InPlaceEditorPopupSettings : EJTagHelper
Constructors
Declaration
public InPlaceEditorPopupSettings()
Properties
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Specifies model for editor popup customization like position, animation,etc.
Declaration
public object Model { get; set; }
Property Value
Type |
Description |
System.Object |
|
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Specifies title for the editor popup.
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|