alexa
menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class TransformSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    TransformSettings
    Namespace: Syncfusion.EJ2.BlockEditor
    Assembly: Syncfusion.AspNetCore.BlockEditor.dll
    Syntax
    public class TransformSettings : EJTagHelper

    Constructors

    TransformSettings()

    Declaration
    public TransformSettings()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    Items

    Specifies an array of command item models representing the available commands in the menu. This property holds the list of commands that appear in the menu.

    Declaration
    public object Items { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    ItemSelect

    Declaration
    public string ItemSelect { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    PopupHeight

    Specifies the height of the command menu popup. Accepts valid CSS height values such as px, %, auto, etc.

    Declaration
    public string PopupHeight { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "auto"

    PopupWidth

    Specifies the width of the command menu popup. Accepts valid CSS width values such as px, %, auto, etc.

    Declaration
    public string PopupWidth { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "auto"

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved