menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class InPlaceEditorPopupSettingsBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Type
    InPlaceEditorPopupSettingsBuilder

    Title(String)

    Specifies title for the editor popup.

    Declaration
    public InPlaceEditorPopupSettingsBuilder Title(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    InPlaceEditorPopupSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved