menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class ListBoxToolbarSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    ListBoxToolbarSettingsBuilder
    Namespace: Syncfusion.EJ2.DropDowns
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ListBoxToolbarSettingsBuilder : ControlBuilder

    Constructors

    ListBoxToolbarSettingsBuilder()

    Declaration
    public ListBoxToolbarSettingsBuilder()

    ListBoxToolbarSettingsBuilder(ListBoxToolbarSettings)

    Declaration
    public ListBoxToolbarSettingsBuilder(ListBoxToolbarSettings model)
    Parameters
    Type Name Description
    ListBoxToolbarSettings model

    Methods

    Items(String[])

    Specifies the list of tools for dual ListBox. The predefined tools are 'moveUp', 'moveDown', 'moveTo', 'moveFrom', 'moveAllTo', and 'moveAllFrom'.

    Declaration
    public ListBoxToolbarSettingsBuilder Items(string[] value)
    Parameters
    Type Name Description
    System.String[] value
    Returns
    Type
    ListBoxToolbarSettingsBuilder

    Position(ToolBarPosition)

    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 ListBoxToolbarSettingsBuilder Position(ToolBarPosition value)
    Parameters
    Type Name Description
    ToolBarPosition value
    Returns
    Type
    ListBoxToolbarSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved