menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class ListBoxToolbarSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    ListBoxToolbarSettings
    Namespace: Syncfusion.EJ2.DropDowns
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ListBoxToolbarSettings : EJTagHelper

    Constructors

    ListBoxToolbarSettings()

    Declaration
    public ListBoxToolbarSettings()

    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 the list of tools for dual ListBox. The predefined tools are 'moveUp', 'moveDown', 'moveTo', 'moveFrom', 'moveAllTo', and 'moveAllFrom'.

    Declaration
    public string[] Items { get; set; }
    Property Value
    Type Description
    System.String[]

    The default value is null

    Position

    Positions the toolbar before/after the ListBox. The possible values are: Left: The toolbar will be positioned to the left of the ListBox. Right: The toolbar will be positioned to the right of the ListBox.

    Declaration
    public ToolBarPosition Position { get; set; }
    Property Value
    Type Description
    ToolBarPosition

    The default value is ToolBarPosition.Right

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